included synmacph only on mavericks or above
This commit is contained in:
parent
cc752484e4
commit
b2f48a0f5b
|
@ -25,5 +25,7 @@ if (WIN32)
|
|||
endif()
|
||||
|
||||
if (APPLE)
|
||||
add_subdirectory(synmacph)
|
||||
if (DARWIN_VERSION GREATER 12)
|
||||
add_subdirectory(synmacph)
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue