mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-09 22:04:43 +00:00
[platform] Remove redundant target_compile_options
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
5110867b38
commit
da05598ce1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user