summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-09 06:54:38 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-09 06:54:38 +0300
commitc3e0b0f6a8cdadff82dfe2cf8b706f4716cb367e (patch)
tree8123fe2aa21af74cbd0406cf7be1ec112247dceb /CMakeLists.txt
parentd40f7a9571784f35d83b0c9b3a0fccf933f9c2a4 (diff)
macOS: Deployment taget is 10.14
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 43638dfb..afd23be0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,5 @@
1cmake_minimum_required (VERSION 3.9) 1cmake_minimum_required (VERSION 3.9)
2set (CMAKE_OSX_DEPLOYMENT_TARGET 10.14)
2 3
3project (Lagrange 4project (Lagrange
4 VERSION 0.1.0 5 VERSION 0.1.0