From ed7c02d578ae329dcd8327222a99ea09a93e102a Mon Sep 17 00:00:00 2001 From: bubnikv Date: Fri, 2 Mar 2018 23:11:57 +0100 Subject: [PATCH] Disabled the CMake BOOST debugging. --- xs/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xs/CMakeLists.txt b/xs/CMakeLists.txt index 403d59182..35d1fc7de 100644 --- a/xs/CMakeLists.txt +++ b/xs/CMakeLists.txt @@ -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})