blob: 4817045541305f9b588d05d835c5ac50db2b5735 [file] [log] [blame]
include(RunCMake)
if(RunCMake_GENERATOR STREQUAL Xcode)
if(XCODE_BELOW_6_1)
run_cmake(XcodeTooOld)
endif()
elseif(RunCMake_GENERATOR STREQUAL Ninja)
if(CMAKE_Swift_COMPILER)
run_cmake(Win32ExecutableDisallowed)
endif()
else()
run_cmake(NotSupported)
endif()