We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f53c9a commit 9cfdc45Copy full SHA for 9cfdc45
CMakeLists.txt
@@ -96,7 +96,7 @@ set(THREADS_PREFER_PTHREAD_FLAG TRUE)
96
find_package(Threads REQUIRED)
97
98
# Find OpenSSL
99
-find_package(OpenSSL REQUIRED)
+find_package(OpenSSL 3.0.0 REQUIRED)
100
101
# ------------------------------------------------------------------------------
102
# Project components
0 commit comments