mirror of
https://github.com/curl/curl
synced 2026-08-25 12:32:35 -04:00
cmake/FindLibgsasl: fix to set LIBGSASL_VERSION with pkg-config detection
Follow-up to 16f073ef49 #16973
Closes #22662
This commit is contained in:
parent
3ca86602ef
commit
81dcba3549
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ endif()
|
|||
if(_libgsasl_FOUND)
|
||||
set(Libgsasl_FOUND TRUE)
|
||||
set(LIBGSASL_FOUND TRUE)
|
||||
set(LIBGSASL_VERSION ${_libgsasl_VERSION})
|
||||
message(STATUS "Found Libgsasl (via pkg-config): ${_libgsasl_INCLUDE_DIRS} (found version \"${LIBGSASL_VERSION}\")")
|
||||
else()
|
||||
find_path(LIBGSASL_INCLUDE_DIR NAMES "gsasl.h")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue