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 2b05150 commit f499a4fCopy full SHA for f499a4f
lib/nghttp2/CMakeLists.txt
@@ -60,7 +60,8 @@ set(OPENSSL_MSVC_STATIC_RT ON)
60
find_package(Python3 COMPONENTS Interpreter)
61
62
# Auto-detection of features that can be toggled
63
-find_package(OpenSSL 1.0.1)
+## This auto detection causes weird linker errors. So, it's disabled for now.
64
+# find_package(OpenSSL 1.0.1)
65
find_package(Libev 4.11)
66
find_package(Libcares 1.7.5)
67
find_package(ZLIB 1.2.3)
0 commit comments