From a900543c1de733f30bacd68ee6703955ce940a1f Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Mon, 25 May 2015 16:53:46 +0100 Subject: [PATCH] Allowed Mac OS X 10.7 to build ns plugin #4695 --- 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 0989ab27..886802d0 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 7) + if (OSX_TARGET_MINOR GREATER 6) add_subdirectory(ns) endif() else()