diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8037c059614759727385a9ecc56a71807a4487e5..f4885573a4bf10669c0da5cf090d6949b427d416 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 395ef4becd394f9bd36f5482cc011c4e3190cd61..4e4de122280fa86a311582da3eefc6553b55b95b 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