We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea45418 commit f6cd1d7Copy full SHA for f6cd1d7
CMakeLists.txt
@@ -35,7 +35,9 @@ target_include_directories(boost_mp11 ${__scope} include)
35
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
36
37
# Required to call deprecated FetchContent_Populate
38
- cmake_policy(SET CMP0169 OLD)
+ if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.30.0")
39
+ cmake_policy(SET CMP0169 OLD)
40
+ endif()
41
42
# Fetch support files
43
0 commit comments