blob: 4864295dc2a00495245d20ce35c743715916bd27 [file] [log] [blame]
include(RunCMake)
if(RunCMake_GENERATOR STREQUAL Xcode)
if(XCODE_BELOW_6_1)
run_cmake(XcodeTooOld)
endif()
else()
run_cmake(NotSupported)
endif()