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 and lordofhyphens committed Mar 14, 2021
1 parent ed5f0c9 commit 55ecbfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ endif(NOT GIT_VERSION STREQUAL "")

find_package(Threads REQUIRED)

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

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

0 comments on commit 55ecbfe

Please sign in to comment.