From de683468746b5b3d569ad9ee37a5d29c535d559c Mon Sep 17 00:00:00 2001 From: Xinyu Hou Date: Mon, 27 Oct 2014 11:58:25 +0000 Subject: [PATCH] Fixed hm config error --- src/cmd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()