mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:33:36 +03:00
cmake: quote COMPONENTS string in curl-config.in.cmake
For consistency and for handling an accidental empty more gracefully.
Follow-up to 7d546e52b2 #21540
Closes #21699
This commit is contained in:
parent
88c7e16cce
commit
c30db7b6be
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ if("@USE_NGHTTP3@")
|
||||||
list(APPEND _curl_libs CURL::nghttp3)
|
list(APPEND _curl_libs CURL::nghttp3)
|
||||||
endif()
|
endif()
|
||||||
if("@USE_NGTCP2@")
|
if("@USE_NGTCP2@")
|
||||||
find_dependency(NGTCP2 MODULE COMPONENTS @NGTCP2_CRYPTO_BACKEND@)
|
find_dependency(NGTCP2 MODULE COMPONENTS "@NGTCP2_CRYPTO_BACKEND@")
|
||||||
list(APPEND _curl_libs CURL::ngtcp2)
|
list(APPEND _curl_libs CURL::ngtcp2)
|
||||||
endif()
|
endif()
|
||||||
if("@USE_GNUTLS@")
|
if("@USE_GNUTLS@")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue