From 25237a14b70d997e9c73737237dcd36a26f0c2e5 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Mon, 25 May 2015 17:40:36 +0100 Subject: [PATCH] Revert "Allowed Mac OS X 10.7 to build ns plugin #4695" This reverts commit a900543c1de733f30bacd68ee6703955ce940a1f. --- src/lib/plugin/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/plugin/CMakeLists.txt b/src/lib/plugin/CMakeLists.txt index 886802d0..0989ab27 100644 --- a/src/lib/plugin/CMakeLists.txt +++ b/src/lib/plugin/CMakeLists.txt @@ -19,7 +19,7 @@ if (WIN32) endif() if (APPLE) - if (OSX_TARGET_MINOR GREATER 6) + if (OSX_TARGET_MINOR GREATER 7) add_subdirectory(ns) endif() else()