git repos / blockattack-game

commit 8895cf70

Poul Sander · 2025-10-14 19:57
8895cf70df7eff484ac827a8037dbc5c3ab3df3e patch · browse files
parent 8e15bf0d087e59452a9bf42448c0e554beb6a66f

Tested with CMake 4.1.0

Changed files

M CMakeLists.txt before
M source/misc/embedded_libs/PlatformFolders-4.2.0/CMakeLists.txt before
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1855576..22e2091 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.5.1...3.30.3)
+cmake_minimum_required(VERSION 3.5.1...4.1.0)
project (blockattack)
set(BIN_DIR ${blockattack_SOURCE_DIR}/Game)
diff --git a/source/misc/embedded_libs/PlatformFolders-4.2.0/CMakeLists.txt b/source/misc/embedded_libs/PlatformFolders-4.2.0/CMakeLists.txt index abebc8f..5acb85b 100644 --- a/source/misc/embedded_libs/PlatformFolders-4.2.0/CMakeLists.txt +++ b/source/misc/embedded_libs/PlatformFolders-4.2.0/CMakeLists.txt
@@ -1,5 +1,5 @@
# For target_compile_features
-cmake_minimum_required(VERSION 3.5.1...3.28.3)
+cmake_minimum_required(VERSION 3.5.1...4.1.0)
set(PLATFORMFOLDERS_MAIN_PROJECT OFF)
if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)