You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
273 B
12 lines
273 B
11 years ago
|
include(RunCMake)
|
||
|
|
||
|
if("${RunCMake_GENERATOR}" MATCHES "Visual Studio|Xcode")
|
||
|
run_cmake(NoCompilerC-IDE)
|
||
|
run_cmake(NoCompilerCXX-IDE)
|
||
|
run_cmake(NoCompilerCandCXX-IDE)
|
||
|
else()
|
||
|
run_cmake(BadCompilerC)
|
||
|
run_cmake(BadCompilerCXX)
|
||
|
run_cmake(BadCompilerCandCXX)
|
||
|
endif()
|