Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow projects to specify extra inputs to CMake | Brad King | 2014-01-21 | 1 | -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 build | Brad King | 2014-01-21 | 1 | -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. |