]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: fix find rustls
authorJan Venekamp <1422460+jan2000@users.noreply.github.com>
Thu, 15 Aug 2024 18:43:33 +0000 (20:43 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 15 Aug 2024 21:09:09 +0000 (23:09 +0200)
Follow-up to 2784801977e81f68c6f87f9509e64f332d74acab #14545
Closes #14567

CMake/Findrustls.cmake

index f1358fc1567a87fb308eedd96af840be58d988e5..370d511b4a46b2293f781e38c97fdda78e6f6557 100644 (file)
@@ -41,7 +41,7 @@ find_path(RUSTLS_INCLUDE_DIR "rustls.h"
     ${PC_RUSTLS_INCLUDE_DIRS}
 )
 
-find_library(RUSTLS_LIBRARY "rustls")
+find_library(RUSTLS_LIBRARY "rustls"
   HINTS
     ${PC_RUSTLS_LIBDIR}
     ${PC_RUSTLS_LIBRARY_DIRS}