2
0
mirror of https://github.com/boostorg/nowide.git synced 2026-01-19 04:22:12 +00:00

Don't search for Boost.system (header-only) in CMake test file

This commit is contained in:
Alexander Grund
2025-10-28 09:31:23 +01:00
parent dbeb858653
commit 1813b73ac6

View File

@@ -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