Skip to content

Commit

Permalink
Fix build script of ngtcp2 with openssl do not support quictls
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Dec 13, 2024
1 parent ab60604 commit 198ceec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ports/ngtcp2/ngtcp2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ if(NOT TARGET Libngtcp2::libngtcp2)
ATFRAMEWORK_CMAKE_TOOLSET_THIRD_PARTY_NGTCP2_HAVE_SSL_PROVIDE_QUIC_DATA)
if(ATFRAMEWORK_CMAKE_TOOLSET_THIRD_PARTY_NGTCP2_HAVE_SSL_PROVIDE_QUIC_DATA)
list(APPEND ATFRAMEWORK_CMAKE_TOOLSET_THIRD_PARTY_NGTCP2_DEFAULT_BUILD_OPTIONS "-DENABLE_OPENSSL=ON")
else()
list(APPEND ATFRAMEWORK_CMAKE_TOOLSET_THIRD_PARTY_NGTCP2_DEFAULT_BUILD_OPTIONS "-DENABLE_OPENSSL=OFF")
endif()
cmake_pop_check_state()
endif()
Expand Down

0 comments on commit 198ceec

Please sign in to comment.