Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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