We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d73ab66 + 21fce3b commit b3f8d2bCopy full SHA for b3f8d2b
src/CMakeLists.txt
@@ -119,7 +119,7 @@ set(Boost_NO_BOOST_CMAKE ON)
119
find_package(Boost REQUIRED COMPONENTS system thread filesystem)
120
121
if (${Boost_VERSION_MACRO} VERSION_GREATER_EQUAL "1.73.0")
122
- find_package(Boost REQUIRED COMPONENTS system thread filesystem OPTIONAL_COMPONENTS nowide)
+ find_package(Boost OPTIONAL_COMPONENTS nowide)
123
endif()
124
125
set(LIBDIR ${CMAKE_CURRENT_SOURCE_DIR}/../xs/src/)
0 commit comments