Skip to content

Commit ea45418

Browse files
committed
Fix standalone CMake
1 parent 76759bd commit ea45418

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ target_include_directories(boost_mp11 ${__scope} include)
3434

3535
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
3636

37+
# Required to call deprecated FetchContent_Populate
38+
cmake_policy(SET CMP0169 OLD)
39+
3740
# Fetch support files
3841

3942
message(STATUS "Fetching BoostFetch.cmake")

0 commit comments

Comments
 (0)