vcpkg/ports/ngtcp2/openssl_required.patch
2024-08-28 23:53:15 -07:00

15 lines
333 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -119,9 +119,9 @@
if(ENABLE_GNUTLS)
find_package(GnuTLS 3.7.2)
endif()
if(ENABLE_OPENSSL)
- find_package(OpenSSL 1.1.1)
+ find_package(OpenSSL REQUIRED)
endif()
if(ENABLE_WOLFSSL)
find_package(wolfssl 5.5.0)
endif()