Skip to content

Commit

Permalink
Merge pull request #18323 from hrydgard/turn-off-https-ios
Browse files Browse the repository at this point in the history
Turn off HTTPS support for iOS.
  • Loading branch information
hrydgard committed Oct 8, 2023
2 parents bc4f6a8 + b43ded8 commit 5a29ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -220,7 +220,7 @@ else()
set(CoreLinkType STATIC)
endif()

if(NOT ANDROID AND NOT WIN32 AND NOT APPLE)
if(NOT ANDROID AND NOT WIN32 AND (NOT APPLE OR IOS))
set(HTTPS_NOT_AVAILABLE ON)
endif()

Expand Down

0 comments on commit 5a29ebf

Please sign in to comment.