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.
11 lines
283 B
11 lines
283 B
11 years ago
|
include(RunCMake)
|
||
|
|
||
|
run_cmake(CommandConflict)
|
||
|
if("${RunCMake_GENERATOR}" MATCHES "Visual Studio" OR "${RunCMake_GENERATOR}" MATCHES "XCode" )
|
||
|
run_cmake(OutputConflict)
|
||
|
endif()
|
||
|
run_cmake(EmptyCondition1)
|
||
|
run_cmake(EmptyCondition2)
|
||
|
run_cmake(BadCondition)
|
||
|
run_cmake(DebugEvaluate)
|