Skip to content

Commit

Permalink
Revert implicit ARC
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Dec 6, 2024
1 parent 7ce75bb commit 46d8f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ target_link_libraries(${TARGET_LIB}

if(APPLE)
target_link_libraries(${TARGET_LIB} PRIVATE objc "-framework Cocoa")
target_compile_options(${TARGET_LIB} PUBLIC "-fobjc-arc")
target_compile_options(${TARGET_LIB} PRIVATE "-fobjc-arc")
elseif(UNIX)
if (DEFINED CMAKE_LIBRARY_ARCHITECTURE)
target_compile_definitions(${TARGET_LIB}
Expand Down

0 comments on commit 46d8f5a

Please sign in to comment.