Skip to content

Commit b3f8d2b

Browse files
authored
Merge 21fce3b into d73ab66
2 parents d73ab66 + 21fce3b commit b3f8d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ set(Boost_NO_BOOST_CMAKE ON)
119119
find_package(Boost REQUIRED COMPONENTS system thread filesystem)
120120

121121
if (${Boost_VERSION_MACRO} VERSION_GREATER_EQUAL "1.73.0")
122-
find_package(Boost REQUIRED COMPONENTS system thread filesystem OPTIONAL_COMPONENTS nowide)
122+
find_package(Boost OPTIONAL_COMPONENTS nowide)
123123
endif()
124124

125125
set(LIBDIR ${CMAKE_CURRENT_SOURCE_DIR}/../xs/src/)

0 commit comments

Comments
 (0)