Avoid CMake deprecation warning by bumping version

This commit is contained in:
Martchus 2023-07-23 20:59:39 +02:00
parent b63521330f
commit 1cb6e06f31
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR)
# meta data
project(tageditor)