From 14bb44f539e4d224511821a2d98cf3bce65d6909 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Mon, 25 May 2015 17:41:38 +0100 Subject: [PATCH] Comment explaining lack of 10.7 support #4695 --- src/lib/plugin/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/plugin/CMakeLists.txt b/src/lib/plugin/CMakeLists.txt index 0989ab27..81416002 100644 --- a/src/lib/plugin/CMakeLists.txt +++ b/src/lib/plugin/CMakeLists.txt @@ -19,6 +19,7 @@ if (WIN32) endif() if (APPLE) + # 10.7 should be supported, but gives is a _NXArgv linker error if (OSX_TARGET_MINOR GREATER 7) add_subdirectory(ns) endif()