Skip to content

Commit

Permalink
cmake: set feature PSL if present
Browse files Browse the repository at this point in the history
... make test 1014 pass when libpsl is used.

Closes curl#9391
  • Loading branch information
bagder committed Aug 30, 2022
1 parent 592290e commit cafb356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -1434,6 +1434,7 @@ _add_if("HTTPS-proxy" SSL_ENABLED AND (USE_OPENSSL OR USE_GNUTLS OR USE_NSS))
_add_if("unicode" ENABLE_UNICODE)
_add_if("threadsafe" HAVE_ATOMIC OR (WIN32 AND
HAVE_WIN32_WINNT GREATER_EQUAL 0x600))
_add_if("PSL" USE_LIBPSL)
string(REPLACE ";" " " SUPPORT_FEATURES "${_items}")
message(STATUS "Enabled features: ${SUPPORT_FEATURES}")

Expand Down

0 comments on commit cafb356

Please sign in to comment.