Skip to content

Commit

Permalink
fix-cmake-boost-1-70+ (#4980)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oekn5w authored Jul 23, 2020
1 parent 6eeea77 commit 8ded7fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ endif(NOT GIT_VERSION STREQUAL "")

find_package(Threads REQUIRED)

set(Boost_NO_BOOST_CMAKE ON)
find_package(Boost REQUIRED COMPONENTS system thread filesystem)

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

0 comments on commit 8ded7fb

Please sign in to comment.