mirror of
https://github.com/curl/curl.git
synced 2026-07-30 00:18:02 +03:00
cmake: fixup linking libgsasl when detected via CMake-native
Found in local tests.
Follow-up to 422696f0a4 #14555
which added CMake-native detection.
This commit is contained in:
parent
fc8575ed4a
commit
81a0861463
1 changed files with 1 additions and 1 deletions
|
|
@ -1103,7 +1103,7 @@ mark_as_advanced(CURL_USE_GSASL)
|
|||
if(CURL_USE_GSASL)
|
||||
find_package(Libgsasl REQUIRED)
|
||||
if(LIBGSASL_FOUND)
|
||||
list(APPEND CURL_LIBS ${LIBGSASL_LINK_LIBRARIES})
|
||||
list(APPEND CURL_LIBS ${LIBGSASL_LIBRARIES})
|
||||
list(APPEND LIBCURL_PC_REQUIRES_PRIVATE "libgsasl")
|
||||
set(USE_GSASL ON)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue