Fixed hm config error
This commit is contained in:
parent
4f51d5fa50
commit
de68346874
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue