1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-15 08:44:26 +00:00

Disabled the CMake BOOST debugging.

This commit is contained in:
bubnikv
2018-03-02 23:11:57 +01:00
parent 15dbeff0c9
commit ed7c02d578
+1 -1
View File
@@ -475,7 +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)
#set(Boost_DEBUG ON)
find_package(Boost REQUIRED COMPONENTS system filesystem thread log locale regex)
if(Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS})