git repos / blockattack-game

commit e157f0f3

Poul Sander · 2024-05-09 16:44
e157f0f3194404386ebe5e714c076249932663d1 patch · browse files
parent b553da1798565bcbeb42da05952c777e48730123

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)