commit e157f0f3
Update tested CMake versions
Changed files
| M | CMakeLists.txt before |
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dd2d754..44a8d01 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.5.1...3.22.1)
+cmake_minimum_required(VERSION 3.5.1...3.27.4)
project (blockattack)
set(BIN_DIR ${blockattack_SOURCE_DIR}/Game)