included synmacph only on mavericks or above

This commit is contained in:
jerry 2014-05-06 11:57:55 +00:00
parent cc752484e4
commit b2f48a0f5b
1 changed files with 3 additions and 1 deletions

View File

@ -25,5 +25,7 @@ if (WIN32)
endif()
if (APPLE)
add_subdirectory(synmacph)
if (DARWIN_VERSION GREATER 12)
add_subdirectory(synmacph)
endif()
endif()