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 787c744 commit 9a6208dCopy full SHA for 9a6208d
cmake/external_rules.cmake
@@ -93,7 +93,7 @@ function(download_external_sources)
93
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/external
94
)
95
96
- if(external_platform EQUALS "DESKTOP")
+ if(NOT ANDROID AND NOT IOS)
97
# CMake's find_package(OpenSSL) doesn't quite work right with BoringSSL
98
# unless the header file contains OPENSSL_VERSION_NUMBER.
99
file(READ ${PROJECT_BINARY_DIR}/external/src/boringssl/src/include/openssl/opensslv.h TMP_HEADER_CONTENTS)
0 commit comments