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 fbbbfd2 commit d5127c5Copy full SHA for d5127c5
cdk/cmake/DepFindSSL.cmake
@@ -199,7 +199,7 @@ function(find_openssl)
199
200
#message("== OPENSSL_VERSION_NUMBER: ${OPENSSL_VERSION_NUMBER}")
201
STRING(REGEX REPLACE
202
- "^.*OPENSSL_VERSION_TEXT[\t ]+\"OpenSSL[\t ]([0-9]+)\\.([0-9]+)\\.([0-9]+)([a-z]).*$"
+ "^.*OPENSSL_VERSION_TEXT[\t ]+\"OpenSSL[\t ]([0-9]+)\\.([0-9]+)\\.([0-9]+)([a-z]*)[\t ].*$"
203
"\\1;\\2;\\3;\\4"
204
version_list "${OPENSSL_VERSION_NUMBER}"
205
)
0 commit comments