Enabled Boost_DEBUG in CMake to get some debug info when something
goes wrong.
This commit is contained in:
parent
edb756c084
commit
777bcf5865
@ -475,6 +475,7 @@ if(SLIC3R_STATIC)
|
||||
# Use boost libraries linked statically to the C++ runtime.
|
||||
# set(Boost_USE_STATIC_RUNTIME ON)
|
||||
endif()
|
||||
set(Boost_DEBUG ON)
|
||||
find_package(Boost REQUIRED COMPONENTS system filesystem thread log locale regex)
|
||||
if(Boost_FOUND)
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
|
Loading…
Reference in New Issue
Block a user