From 4d4e36478ea765ba0be52371511da87ddcbfb0b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Ker=C3=A4nen?= Date: Sat, 19 Sep 2020 08:02:17 +0300 Subject: [PATCH 1/1] macOS: Compile for 10.14 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d23ff2ad..55b2a1b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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" -- 2.34.1