mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-15 19:35:57 +08:00
fix-cmake-boost-1-70+ (#4980)
This commit is contained in:
parent
6eeea77a7c
commit
8ded7fbb85
@ -114,6 +114,7 @@ endif(NOT GIT_VERSION STREQUAL "")
|
|||||||
|
|
||||||
find_package(Threads REQUIRED)
|
find_package(Threads REQUIRED)
|
||||||
|
|
||||||
|
set(Boost_NO_BOOST_CMAKE ON)
|
||||||
find_package(Boost REQUIRED COMPONENTS system thread filesystem)
|
find_package(Boost REQUIRED COMPONENTS system thread filesystem)
|
||||||
|
|
||||||
set(LIBDIR ${CMAKE_CURRENT_SOURCE_DIR}/../xs/src/)
|
set(LIBDIR ${CMAKE_CURRENT_SOURCE_DIR}/../xs/src/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user