summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_compile/RerunCMake-rerun-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* try_compile: Test that CMake re-runs on input changeBrad King2015-01-271-0/+2
With the Makefile and Ninja generators we expect that touching the input source file for a try_compile will cause CMake to re-run on the next build. Extend the RunCMake.try_compile test with a case covering this. Also check that CMake does not re-run if nothing has changed.