We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3a736c + d24c115 commit ac4b436Copy full SHA for ac4b436
3 files changed
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.8)
+cmake_minimum_required(VERSION 3.8...3.28)
2
3
project(OpenRW)
4
@@ -27,6 +27,9 @@ if(USE_CONAN)
27
28
rwdep_wrap_conan_targets()
29
else()
30
+ if(POLICY CMP0167)
31
+ cmake_policy(SET CMP0167 NEW)
32
+ endif()
33
find_package(Boost REQUIRED)
34
find_package(Boost COMPONENTS program_options system REQUIRED)
35
if(BUILD_TESTS)
cmake/ctest/script_ci.ctest
set(MODEL_NAME "continuous")
cmake/ctest/script_experimental.ctest
set(MODEL_NAME "experimental")
0 commit comments