mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
Build fix for linux
This commit is contained in:
parent
67d69830e8
commit
266ff2ad93
1 changed files with 3 additions and 1 deletions
|
|
@ -81,7 +81,9 @@ if(LIBNEST2D_OPTIMIZER_BACKEND STREQUAL "nlopt")
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/libnest2d/optimizers/subplex.hpp
|
${CMAKE_CURRENT_SOURCE_DIR}/libnest2d/optimizers/subplex.hpp
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/libnest2d/optimizers/genetic.hpp
|
${CMAKE_CURRENT_SOURCE_DIR}/libnest2d/optimizers/genetic.hpp
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/libnest2d/optimizers/nlopt_boilerplate.hpp)
|
${CMAKE_CURRENT_SOURCE_DIR}/libnest2d/optimizers/nlopt_boilerplate.hpp)
|
||||||
list(APPEND LIBNEST2D_LIBRARIES ${NLopt_LIBS} Threads::Threads)
|
list(APPEND LIBNEST2D_LIBRARIES ${NLopt_LIBS}
|
||||||
|
# Threads::Threads
|
||||||
|
)
|
||||||
list(APPEND LIBNEST2D_HEADERS ${NLopt_INCLUDE_DIR})
|
list(APPEND LIBNEST2D_HEADERS ${NLopt_INCLUDE_DIR})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue