diff --git a/CMakeLists.txt b/CMakeLists.txt index edaf6b6924..34a0b21599 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -533,6 +533,7 @@ else() # wow if (PLATFORM_LINUX) + cmake_policy(SET CMP0167 NEW) find_package(Boost 1.57.0 REQUIRED COMPONENTS headers context system fiber) else() find_package(Boost 1.57.0 CONFIG REQUIRED)