cmake: fix find rustls

Follow-up to 2784801977 #14545
Closes #14567
This commit is contained in:
Jan Venekamp 2024-08-15 20:43:33 +02:00 committed by Viktor Szakats
parent 160f023359
commit 178e8ba2d1
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -41,7 +41,7 @@ find_path(RUSTLS_INCLUDE_DIR "rustls.h"
${PC_RUSTLS_INCLUDE_DIRS} ${PC_RUSTLS_INCLUDE_DIRS}
) )
find_library(RUSTLS_LIBRARY "rustls") find_library(RUSTLS_LIBRARY "rustls"
HINTS HINTS
${PC_RUSTLS_LIBDIR} ${PC_RUSTLS_LIBDIR}
${PC_RUSTLS_LIBRARY_DIRS} ${PC_RUSTLS_LIBRARY_DIRS}