Skip to content

Commit

Permalink
build: attempted to fix nghttp2 related additional linkage issues
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Alminana <[email protected]>
  • Loading branch information
leonardo-albertovich committed Mar 14, 2024
1 parent f208a72 commit 0e707d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/nghttp2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ endif()

include(GNUInstallDirs)

# This is necessary to ensure that we link openssl statically
set(OPENSSL_USE_STATIC_LIBS ON)
set(OPENSSL_MSVC_STATIC_RT ON)

# For documentation
find_package(Python3 COMPONENTS Interpreter)

Expand Down

0 comments on commit 0e707d0

Please sign in to comment.