Brad King
|
8a72d43c17
|
ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet finished so it is undocumented and there is no test. These changes also separate the notions of file and directory permissions.
|
2006-08-17 14:48:54 -04:00 |
Brad King
|
50a0f71120
|
ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuration install rules.
|
2006-05-05 14:57:19 -04:00 |
Brad King
|
08b14163ee
|
ENH: Added named component installation implementation. Installation behavior should be unchanged unless -DCOMPONENT=<name> is specified when cmake_install.cmake is invoked.
|
2006-03-30 13:33:48 -05:00 |
Brad King
|
a2e136fd17
|
ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and PROGRAMS mode, and corresponding support to FILE(INSTALL). Default permissions for shared libraries on non-Windows/non-OSX platforms no longer has the execute bit set.
|
2006-03-03 18:44:32 -05:00 |
Brad King
|
518080136d
|
ENH: Implemented FILES and PROGRAMS forms of the INSTALL command as replacements for the INSTALL_FILES and INSTALL_PROGRAMS commands. This addresses the request for absolute path install destinations in bug#2691.
|
2006-02-19 18:47:13 -05:00 |