We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45502cd commit ac61659Copy full SHA for ac61659
httplibConfig.cmake.in
@@ -8,12 +8,13 @@ find_dependency(Threads REQUIRED)
8
if(@HTTPLIB_REQUIRE_OPENSSL@)
9
find_dependency(OpenSSL @_HTTPLIB_OPENSSL_MIN_VER@ REQUIRED)
10
elseif(@HTTPLIB_USE_OPENSSL_IF_AVAILABLE@)
11
- # Look quietly since it's optional are optional
+ # Look quietly since it's optional
12
find_dependency(OpenSSL @_HTTPLIB_OPENSSL_MIN_VER@ QUIET)
13
endif()
14
if(@HTTPLIB_REQUIRE_ZLIB@)
15
find_dependency(ZLIB REQUIRED)
16
elseif(@HTTPLIB_USE_ZLIB_IF_AVAILABLE@)
17
18
find_dependency(ZLIB QUIET)
19
20
0 commit comments