From 83eb6c0d97e0abd2bbf009d26142ad521e0226f6 Mon Sep 17 00:00:00 2001
From: jcarpent <jcarpent@laas.fr>
Date: Wed, 27 Jan 2016 10:11:14 +0100
Subject: [PATCH] [CMake] Remove useless deployment target for OS X

---
 CMakeLists.txt          | 3 +--
 unittest/CMakeLists.txt | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8037c0596..f4885573a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2015 CNRS
+# Copyright (c) 2015-2016 CNRS
 # Copyright (c) 2015 Wandercraft, 86 rue de Paris 91400 Orsay, France.
 #
 # This file is part of Pinocchio
@@ -29,7 +29,6 @@ SET(PROJECT_URL "http://github.com/stac-of-tasks/pinocchio")
 
 IF(APPLE)
   SET(CMAKE_MACOSX_RPATH 1)
-  SET(CMAKE_OSX_DEPLOYMENT_TARGET 10.10)
 ENDIF(APPLE)
 
 # Disable -Werror on Unix for now.
diff --git a/unittest/CMakeLists.txt b/unittest/CMakeLists.txt
index 395ef4bec..4e4de1222 100644
--- a/unittest/CMakeLists.txt
+++ b/unittest/CMakeLists.txt
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2015 CNRS
+# Copyright (c) 2015-2016 CNRS
 # Copyright (c) 2015 Wandercraft, 86 rue de Paris 91400 Orsay, France.
 #
 # This file is part of Pinocchio
-- 
GitLab