cmake/Tests/RunCMake/Swift/RunCMakeTest.cmake

10 lines
157 B
CMake
Raw Normal View History

2015-11-17 17:22:37 +01:00
include(RunCMake)
if(RunCMake_GENERATOR STREQUAL Xcode)
if(XCODE_BELOW_6_1)
run_cmake(XcodeTooOld)
endif()
else()
run_cmake(NotSupported)
endif()