Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid running CMake.Install test simultaneously with other tests | David Cole | 2010-12-31 | 1 | -0/+3 |
| | |||||
* | Refer to self with CMake_(SOURCE|BINARY)_DIR (#10046) | Brad King | 2010-07-29 | 1 | -1/+1 |
| | | | | | This is good practice, and is necessary to support building CMake as a subdirectory of another project. | ||||
* | Test 'install' target of CMake itself | Brad King | 2009-12-10 | 1 | -0/+48 |
We create option CMake_TEST_INSTALL to enable a new CMake.Install test. It tests running the "make install" target to install CMake itself into a test directory. We enable the option by default for dashboard builds. |