Skip to content

Commit 1813b73

Browse files
committed
Don't search for Boost.system (header-only) in CMake test file
1 parent dbeb858 commit 1813b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if(NOT TARGET tests)
1414
endif()
1515

1616
if(NOT BOOST_SUPERPROJECT_SOURCE_DIR)
17-
find_package(Boost 1.66 REQUIRED COMPONENTS filesystem system)
17+
find_package(Boost 1.66 REQUIRED COMPONENTS filesystem)
1818
endif()
1919

2020
# In some environments this test (part) may fail, so allow to disable it

0 commit comments

Comments
 (0)