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 9a6208d commit 8803578Copy full SHA for 8803578
cmake/external_rules.cmake
@@ -93,6 +93,7 @@ function(download_external_sources)
93
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/external
94
)
95
96
+ # On desktop, make a few tweaks to the downloaded files.
97
if(NOT ANDROID AND NOT IOS)
98
# CMake's find_package(OpenSSL) doesn't quite work right with BoringSSL
99
# unless the header file contains OPENSSL_VERSION_NUMBER.
0 commit comments