diff --git a/src/cmd/CMakeLists.txt b/src/cmd/CMakeLists.txt index 488cf09e..7cf8bf61 100644 --- a/src/cmd/CMakeLists.txt +++ b/src/cmd/CMakeLists.txt @@ -25,5 +25,7 @@ if (WIN32) endif() if (APPLE) - add_subdirectory(synmacph) + if (DARWIN_VERSION GREATER 12) + add_subdirectory(synmacph) + endif() endif()