Skip to content

Commit

Permalink
Fix cmake formatting for MacOS
Browse files Browse the repository at this point in the history
Signed-off-by: Jarosław Pelczar <[email protected]>
  • Loading branch information
jarekpelczar committed Jun 30, 2024
1 parent 13e39c5 commit c788eb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ qt_add_qml_module(
if(APPLE)
target_compile_options(${APP_NAME}
PRIVATE $<$<COMPILE_LANGUAGE:OBJCXX>:-fobjc-arc>)
target_link_libraries(${APP_NAME} PRIVATE "-framework
UserNotifications")
target_link_libraries(${APP_NAME} PRIVATE "-framework UserNotifications")
set_target_properties(
${APP_NAME}
PROPERTIES XCODE_ATTRIBUTE_CLANG_ENABLE_OBJC_ARC YES
Expand Down

0 comments on commit c788eb1

Please sign in to comment.