diff --git a/CMakeLists.txt b/CMakeLists.txt index b61bb49359..edaf6b6924 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -533,7 +533,7 @@ else() # wow if (PLATFORM_LINUX) - find_package(Boost 1.57.0 CONFIG REQUIRED headers context system fiber) + find_package(Boost 1.57.0 REQUIRED COMPONENTS headers context system fiber) else() find_package(Boost 1.57.0 CONFIG REQUIRED) endif()