mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Added boost::regex to cmakelists.
This commit is contained in:
parent
fed5128b7f
commit
1bf67b4b62
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ if(SLIC3R_STATIC)
|
|||
# Use boost libraries linked statically to the C++ runtime.
|
||||
# set(Boost_USE_STATIC_RUNTIME ON)
|
||||
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)
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
target_link_libraries(XS ${Boost_LIBRARIES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue