mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Added boost::regex to cmakelists.
This commit is contained in:
@@ -440,7 +440,7 @@ if(SLIC3R_STATIC)
|
|||||||
# Use boost libraries linked statically to the C++ runtime.
|
# Use boost libraries linked statically to the C++ runtime.
|
||||||
# set(Boost_USE_STATIC_RUNTIME ON)
|
# set(Boost_USE_STATIC_RUNTIME ON)
|
||||||
endif()
|
endif()
|
||||||
find_package(Boost REQUIRED COMPONENTS system filesystem thread log locale)
|
find_package(Boost REQUIRED COMPONENTS system filesystem thread log locale regex)
|
||||||
if(Boost_FOUND)
|
if(Boost_FOUND)
|
||||||
include_directories(${Boost_INCLUDE_DIRS})
|
include_directories(${Boost_INCLUDE_DIRS})
|
||||||
target_link_libraries(XS ${Boost_LIBRARIES})
|
target_link_libraries(XS ${Boost_LIBRARIES})
|
||||||
|
|||||||
Reference in New Issue
Block a user