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 changed files with 1 additions and 0 deletions
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…
Reference in a new issue