diff --git a/Externals/curl/CMakeLists.txt b/Externals/curl/CMakeLists.txt index 746cd2551e..d48eafefcc 100644 --- a/Externals/curl/CMakeLists.txt +++ b/Externals/curl/CMakeLists.txt @@ -39,6 +39,10 @@ if(WIN32) set(CURL_USE_SCHANNEL ON) endif() +if(ANDROID) + set(CURL_CA_PATH "/system/etc/security/cacerts" CACHE STRING "") +endif() + add_subdirectory(curl) if(UNIX AND NOT MBEDTLS_FOUND)