summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/set/RunCMakeTest.cmake
blob: c78545099e19a407f1c2563df2f8ff806246c9ae (plain)
1
2
3
4
5
6
7
8
include(RunCMake)

run_cmake(CacheErrors)
run_cmake(ParentScope)
run_cmake(ParentPulling)
run_cmake(ParentPullingRecursive)
run_cmake(UnknownCacheType)
run_cmake(ExtraEnvValue)