Skip to content

Commit

Permalink
lib: nghttp2: Disable auto-detection for OpenSSL
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
  • Loading branch information
cosmo0920 authored and edsiper committed Mar 21, 2024
1 parent 2b05150 commit f499a4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/nghttp2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ set(OPENSSL_MSVC_STATIC_RT ON)
find_package(Python3 COMPONENTS Interpreter)

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

0 comments on commit f499a4f

Please sign in to comment.