summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Configure/RerunCMake.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Allow projects to specify extra inputs to CMakeBrad King2014-01-211-0/+7
| | | | | | | Define a new 'CMAKE_CONFIGURE_DEPENDS' directory property that projects can use to specify input files to the CMake configuration process. Extend the RunCMake.Configure test to verify that the build system re-runs CMake when this input changes.
* Add test case to verify CMake does not re-run on first buildBrad King2014-01-211-0/+4
Extend the RunCMake.Configure with a case to verify that the CMake configuration process does not immediately re-run the first time that the generated build system is invoked.