diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-19 08:02:17 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-19 08:02:17 +0300 |
commit | 4d4e36478ea765ba0be52371511da87ddcbfb0b1 (patch) | |
tree | 518db49177ebf8a5b918c8afbb1e844960d15ec3 /CMakeLists.txt | |
parent | d00bad405eb02ab64212ee148a906d87ad298f05 (diff) |
macOS: Compile for 10.14
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d23ff2ad..55b2a1b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -189,6 +189,7 @@ if (APPLE) | |||
189 | else () | 189 | else () |
190 | target_link_libraries (app PUBLIC "-framework AppKit") | 190 | target_link_libraries (app PUBLIC "-framework AppKit") |
191 | endif () | 191 | endif () |
192 | target_compile_options (app PUBLIC -mmacosx-version-min=10.14) | ||
192 | target_link_options (app PUBLIC -mmacosx-version-min=10.14) | 193 | target_link_options (app PUBLIC -mmacosx-version-min=10.14) |
193 | set_target_properties (app PROPERTIES | 194 | set_target_properties (app PROPERTIES |
194 | OUTPUT_NAME "Lagrange" | 195 | OUTPUT_NAME "Lagrange" |