mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-04-19 12:40:04 +08:00
FIX: CURL: don't build curl.exe
on ubuntu 20.04, link curl.exe will cause an error Change-Id: Ic854abdf020d36148394552eccc76dd7be19208f
This commit is contained in:
parent
e39fca1923
commit
eca0d78dbe
1
deps/CURL/CURL.cmake
vendored
1
deps/CURL/CURL.cmake
vendored
@ -66,6 +66,7 @@ bambustudio_add_cmake_project(CURL
|
||||
# ${GIT_EXECUTABLE} apply --whitespace=fix ${CMAKE_CURRENT_LIST_DIR}/curl-mods.patch
|
||||
CMAKE_ARGS
|
||||
-DBUILD_TESTING:BOOL=OFF
|
||||
-DBUILD_CURL_EXE:BOOL=OFF
|
||||
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
|
||||
-DCURL_STATICLIB=${_curl_static}
|
||||
${_curl_platform_flags}
|
||||
|
Loading…
x
Reference in New Issue
Block a user