Skip to content

Commit

Permalink
Merge branch 'dev' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 19, 2020
2 parents 3d35b03 + 4d4e364 commit 47b9598
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 47b9598

Please sign in to comment.