mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-31 14:02:05 +08:00
Disabled the CMake BOOST debugging.
This commit is contained in:
parent
15dbeff0c9
commit
ed7c02d578
@ -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})
|
||||
|
Loading…
x
Reference in New Issue
Block a user