Skip to content

Commit f499a4f

Browse files
cosmo0920edsiper
authored andcommitted
lib: nghttp2: Disable auto-detection for OpenSSL
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 2b05150 commit f499a4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/nghttp2/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ set(OPENSSL_MSVC_STATIC_RT ON)
6060
find_package(Python3 COMPONENTS Interpreter)
6161

6262
# Auto-detection of features that can be toggled
63-
find_package(OpenSSL 1.0.1)
63+
## This auto detection causes weird linker errors. So, it's disabled for now.
64+
# find_package(OpenSSL 1.0.1)
6465
find_package(Libev 4.11)
6566
find_package(Libcares 1.7.5)
6667
find_package(ZLIB 1.2.3)

0 commit comments

Comments
 (0)