We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0125798 commit 353f9e8Copy full SHA for 353f9e8
src/CMakeLists.txt
@@ -117,8 +117,8 @@ elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
117
option (USE_SCHANNEL_BACKEND "Use the schannel backend (windows-only)" OFF)
118
option (USE_NSURL_BACKEND "Use the NSUrl backend (apple-only)" ON)
119
120
- # Enabling ARC for apple/NSURLClient.mm
121
- set_source_files_properties(apple/NSURLClient.mm PROPERTIES COMPILE_FLAGS "-fobjc-arc")
+ # Enabling ARC for apple/NSURLClient.mm
+ set_source_files_properties(apple/NSURLClient.mm PROPERTIES COMPILE_FLAGS "-fobjc-arc")
122
123
option (USE_ANDROID_BACKEND "Use the Android Java backend (Android-only)" OFF)
124
option (USE_WININET_BACKEND "Use the WinINet backend (windows-only)" OFF)
0 commit comments