Skip to content

Commit 353f9e8

Browse files
committed
fix tab
1 parent 0125798 commit 353f9e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
117117
option (USE_SCHANNEL_BACKEND "Use the schannel backend (windows-only)" OFF)
118118
option (USE_NSURL_BACKEND "Use the NSUrl backend (apple-only)" ON)
119119

120-
# Enabling ARC for apple/NSURLClient.mm
121-
set_source_files_properties(apple/NSURLClient.mm PROPERTIES COMPILE_FLAGS "-fobjc-arc")
120+
# Enabling ARC for apple/NSURLClient.mm
121+
set_source_files_properties(apple/NSURLClient.mm PROPERTIES COMPILE_FLAGS "-fobjc-arc")
122122

123123
option (USE_ANDROID_BACKEND "Use the Android Java backend (Android-only)" OFF)
124124
option (USE_WININET_BACKEND "Use the WinINet backend (windows-only)" OFF)

0 commit comments

Comments
 (0)