diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index fc4a43b..171282a 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -14,7 +14,7 @@ if(NOT TARGET tests) endif() if(NOT BOOST_SUPERPROJECT_SOURCE_DIR) - find_package(Boost 1.66 REQUIRED COMPONENTS filesystem system) + find_package(Boost 1.66 REQUIRED COMPONENTS filesystem) endif() # In some environments this test (part) may fail, so allow to disable it