git repos / sago_multi_scrambler_puzzle2

commit 9afbfadb

Poul Sander · 2025-05-15 17:08
9afbfadb09f7aeafd948f4753502909e64968e0b patch · browse files
parent a0348d31ff6cf2a082a32962b2cec16ade042e35

Declare compatibility with newer CMake versions

Changed files

M CMakeLists.txt before
diff --git a/CMakeLists.txt b/CMakeLists.txt index 452d18f..4039d33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
-cmake_minimum_required(VERSION 3.10.2)
+cmake_minimum_required(VERSION 3.10.2..3.31.6)
project (sago_multi_scrambler_puzzle2)
-find_package(Boost COMPONENTS program_options REQUIRED)
+find_package(Boost COMPONENTS program_options REQUIRED NO_MODULE)
option(USE_EMBEDDED_PLATFORM_FOLDERS "Use the embedded version of PlatformFolders" ON)