Skip to content

Commit

Permalink
libcurl: EXCLUDE_FROM_ALL YES
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Nov 4, 2024
1 parent 6580f1e commit e858ac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/cmake/thirdparty/get_libcurl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ function(find_and_configure_libcurl)
GIT_TAG curl-7_87_0
OPTIONS "BUILD_CURL_EXE OFF" "BUILD_SHARED_LIBS OFF" "BUILD_TESTING OFF" "CURL_USE_LIBPSL OFF"
"CURL_DISABLE_LDAP ON" "CMAKE_POSITION_INDEPENDENT_CODE ON"
EXCLUDE_FROM_ALL YES # Don't install libcurl.a (only needed when building libkvikio.so)
)
if(DEFINED CACHE_HAS_BUILD_TESTING)
set(BUILD_TESTING
Expand Down

0 comments on commit e858ac6

Please sign in to comment.