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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user