| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
|
|
|
| |
Source paths can now be relative or full paths, and don't need to be in the same directory as the CMakeLists.txt file.
|
| |
|
|
|
|
| |
avoid changes to the file cache
|
|
|
|
| |
to the command in a single directory to specify a different install path.
|
|
involved splitting cmTarget::INSTALL into INSTALL_FILES and INSTALL_PROGRAMS enum values. INSTALL_FILES no longer adds execute permission. The INSTALL_PROGRAMS commnad takes either a list of explicit names, or a regex. It will not expand source lists like the INSTALL_FILES command will.
|