Comment explaining lack of 10.7 support #4695

This commit is contained in:
Nick Bolton 2015-05-25 17:41:38 +01:00
parent 25237a14b7
commit 14bb44f539
1 changed files with 1 additions and 0 deletions

View File

@ -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()