[platform] Remove redundant target_compile_options

Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
This commit is contained in:
Ferenc Géczi 2025-01-28 00:00:00 +00:00
parent 66e408bec3
commit dd0de2905a

View file

@ -24,6 +24,5 @@ if (QT_LOCATION_SERVICE)
set_target_properties(${PROJECT_NAME} PROPERTIES AUTOMOC ON)
elseif(APPLE_LOCATION_SERVICE)
target_compile_definitions(${PROJECT_NAME} PRIVATE "APPLE_LOCATION_SERVICE")
target_compile_options(${PROJECT_NAME} PRIVATE -fobjc-arc -Wno-nullability-completeness)
target_link_libraries(${PROJECT_NAME} -framework\ CoreLocation)
endif()