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)