mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 13:34:05 -06:00
Fixes of the CMake build system to compile Release and Debug builds
on MS Windows.
This commit is contained in:
parent
68f77f1031
commit
0799ca2099
8 changed files with 608 additions and 28 deletions
|
@ -84,7 +84,7 @@ if (SLIC3R_GUI)
|
|||
# Configure libcurl & OpenSSL
|
||||
find_package(CURL REQUIRED)
|
||||
target_include_directories(slic3r PRIVATE ${CURL_INCLUDE_DIRS})
|
||||
target_link_libraries(slic3r ${CURL_LIBRARIES})
|
||||
target_link_libraries(slic3r CURL::libcurl)
|
||||
if (SLIC3R_STATIC)
|
||||
if (NOT APPLE)
|
||||
# libcurl is always linked dynamically to the system libcurl on OSX.
|
||||
|
|
|
@ -167,7 +167,7 @@ target_link_libraries(libslic3r
|
|||
poly2tri
|
||||
qhull
|
||||
semver
|
||||
${TBB_LIBRARIES}
|
||||
tbb
|
||||
)
|
||||
|
||||
if(SLIC3R_PROFILE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue