mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-26 18:21:18 -06:00
Fix static linking to Qhull
This commit is contained in:
parent
5d054d90ed
commit
113c6b2eba
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ add_library(qhull INTERFACE)
|
|||
if(Qhull_FOUND)
|
||||
|
||||
message(STATUS "Using qhull from system.")
|
||||
if(SLICER_STATIC)
|
||||
if(SLIC3R_STATIC)
|
||||
target_link_libraries(qhull INTERFACE Qhull::qhullcpp Qhull::qhullstatic_r)
|
||||
else()
|
||||
target_link_libraries(qhull INTERFACE Qhull::qhullcpp Qhull::qhull_r)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue