Skip to content

Commit

Permalink
Merge 21fce3b into d73ab66
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdna authored Mar 15, 2021
2 parents d73ab66 + 21fce3b commit b3f8d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ set(Boost_NO_BOOST_CMAKE ON)
find_package(Boost REQUIRED COMPONENTS system thread filesystem)

if (${Boost_VERSION_MACRO} VERSION_GREATER_EQUAL "1.73.0")
find_package(Boost REQUIRED COMPONENTS system thread filesystem OPTIONAL_COMPONENTS nowide)
find_package(Boost OPTIONAL_COMPONENTS nowide)
endif()

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

0 comments on commit b3f8d2b

Please sign in to comment.