Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dank meme authored and dank meme committed Dec 7, 2023
1 parent 3b378cf commit 46b2fd2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 46b2fd2

Please sign in to comment.