mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-03 19:00:39 +08:00
Require boost.
This commit is contained in:
parent
a443f94af0
commit
d72dc8e8e4
@ -47,7 +47,7 @@ endif(DEFINED ENV{SLIC3R_STATIC})
|
||||
|
||||
find_package(Threads REQUIRED)
|
||||
|
||||
find_package(Boost COMPONENTS system thread filesystem)
|
||||
find_package(Boost REQUIRED COMPONENTS system thread filesystem)
|
||||
|
||||
set(LIBDIR ${CMAKE_CURRENT_SOURCE_DIR}/../xs/src/)
|
||||
set(GUI_LIBDIR ${CMAKE_CURRENT_SOURCE_DIR}/GUI/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user