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 d59c198 commit 259a163Copy full SHA for 259a163
cmake/aws-c-cal-config.cmake
@@ -2,8 +2,8 @@ include(CMakeFindDependencyMacro)
2
3
find_dependency(aws-c-common)
4
5
-if (NOT @BYO_CRYPTO@ AND NOT WIN32 AND NOT APPLE) # if NOT BYO_CRYPTO AND NOT WIN32 AND NOT APPLE
6
- if (@USE_OPENSSL@ AND NOT ANDROID) # if USE_OPENSSL AND NOT ANDROID
+if (NOT @BYO_CRYPTO@ AND (@AWS_USE_LIBCRYPTO_TO_SUPPORT_ED25519_EVERYWHERE@ OR (NOT WIN32 AND NOT APPLE)))
+ if (@USE_OPENSSL@ AND NOT ANDROID)
7
# aws-c-cal has been built with a dependency on OpenSSL::Crypto,
8
# therefore consumers of this library have a dependency on OpenSSL and must have it found
9
find_dependency(OpenSSL REQUIRED)
0 commit comments