Skip to content

Commit

Permalink
macOS: Compile for 10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 19, 2020
1 parent d00bad4 commit 4d4e364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ if (APPLE)
else ()
target_link_libraries (app PUBLIC "-framework AppKit")
endif ()
target_compile_options (app PUBLIC -mmacosx-version-min=10.14)
target_link_options (app PUBLIC -mmacosx-version-min=10.14)
set_target_properties (app PROPERTIES
OUTPUT_NAME "Lagrange"
Expand Down

0 comments on commit 4d4e364

Please sign in to comment.