Skip to content

Commit 9cfdc45

Browse files
committed
Require openssl version.
1 parent 0f53c9a commit 9cfdc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ set(THREADS_PREFER_PTHREAD_FLAG TRUE)
9696
find_package(Threads REQUIRED)
9797

9898
# Find OpenSSL
99-
find_package(OpenSSL REQUIRED)
99+
find_package(OpenSSL 3.0.0 REQUIRED)
100100

101101
# ------------------------------------------------------------------------------
102102
# Project components

0 commit comments

Comments
 (0)