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