Skip to content

Commit

Permalink
fix-cmake-boost-1-70+
Browse files Browse the repository at this point in the history
  • Loading branch information
Oekn5w committed Jun 10, 2020
1 parent 3ad231a commit 5379c62
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 5379c62

Please sign in to comment.