summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GeneratorPlatform/RunCMakeTest.cmake
blob: 60217bcaf44357b25be131c0316c851545dd6b0f (plain)
1
2
3
4
5
6
7
include(RunCMake)

run_cmake(NoPlatform)

set(RunCMake_TEST_OPTIONS "-DCMAKE_GENERATOR_PLATFORM=Bad Platform")
run_cmake(BadPlatform)
unset(RunCMake_TEST_OPTIONS)