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 76759bd commit ea45418Copy full SHA for ea45418
CMakeLists.txt
@@ -34,6 +34,9 @@ target_include_directories(boost_mp11 ${__scope} include)
34
35
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
36
37
+ # Required to call deprecated FetchContent_Populate
38
+ cmake_policy(SET CMP0169 OLD)
39
+
40
# Fetch support files
41
42
message(STATUS "Fetching BoostFetch.cmake")
0 commit comments