mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 21:21:10 -06:00
Build: Fix deps-unix-static.cmake
This commit is contained in:
parent
ce86fad28a
commit
fb6c1a885c
3 changed files with 8 additions and 22 deletions
3
deps/CMakeLists.txt
vendored
3
deps/CMakeLists.txt
vendored
|
|
@ -29,3 +29,6 @@ else ()
|
|||
DEPENDS dep_boost dep_tbb dep_libcurl dep_wxwidgets
|
||||
)
|
||||
endif()
|
||||
|
||||
# Note: I'm not using any of the LOG_xxx options in ExternalProject_Add() commands
|
||||
# because they seem to generate bogus build files (possibly a bug in ExternalProject).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue