diff --git a/CMakeLists.txt b/CMakeLists.txt index adf40fbd..f013914d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,8 +54,9 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows") set(CURL_USE_SCHANNEL ON) set(CURL_USE_OPENSSL OFF) elseif(APPLE) - # on mac we use sectransp (built into mac) - set(CURL_USE_SECTRANP ON) + # on mac we use secure transport (built into mac) + set(CURL_USE_SECTRANSP ON) + set(CURL_CA_PATH none) set(CURL_USE_OPENSSL OFF) elseif(ANDROID) # on android we use geode provided openssl library and our own headers (see android-build.md)