summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeInstall.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Avoid running CMake.Install test simultaneously with other testsDavid Cole2010-12-311-0/+3
|
* Refer to self with CMake_(SOURCE|BINARY)_DIR (#10046)Brad King2010-07-291-1/+1
| | | | | This is good practice, and is necessary to support building CMake as a subdirectory of another project.
* Test 'install' target of CMake itselfBrad King2009-12-101-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.