Require boost.

This commit is contained in:
Joseph Lenox 2018-05-15 14:15:43 -05:00 committed by GitHub
parent 4b3986a4ee
commit 86fc28a783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/)