Revert "Allowed Mac OS X 10.7 to build ns plugin #4695"
This reverts commit a900543c1d
.
This commit is contained in:
parent
8ed3d79cc2
commit
25237a14b7
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue