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.
|
19 years ago |
Andy Cedilnik
|
ed5f95cf23
ENH: Add proper support for installing bundles
|
19 years ago |
Brad King
|
15f7676a6d
BUG: Pay attention to the MACOSX_BUNDLE target property only on APPLE platforms.
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
Brad King
|
06846c4c07
ENH: Added PERMISSIONS option to the TARGETS mode of the INSTALL command.
|
20 years ago |
Brad King
|
93c95f1cc5
BUG: Fixed installation of MacOSX Bundle executables and the corresponding install_name remapping support. Extended the BundleTest test to check that this all works. Part of these fixes required changing the signature of AppendDirectoryForConfig in all generators. It now accepts prefix and suffix strings to deal with whether leading or trailing slashes should be included with the configuration subdirectory.
|
20 years ago |
Brad King
|
586a9427d3
ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAME_DIR specifying the directory portion of the OSX install_name field in shared libraries. This is the OSX equivalent of RPATH.
|
20 years ago |
Brad King
|
3ca9ef09b7
BUG: Fixed optional file install support for multi-configuration generators.
|
20 years ago |
Brad King
|
4140f4a6fa
STYLE: Removed unused includes.
|
20 years ago |
Brad King
|
8dd00d5b1e
BUG: Fixed relink with new install framework.
|
20 years ago |
Brad King
|
39f4e7f5e0
BUG: Import libraries should be installed as STATIC_LIBRARY.
|
20 years ago |
Brad King
|
96f0266228
ENH: Created new install script generation framework. The INSTALL command creates the generators which are later used by cmLocalGenerator to create the cmake_install.cmake files. A new target installation interface is provided by the INSTALL command which fixes several problems with the INSTALL_TARGETS command. See bug#2691. Bugs 1481 and 1695 are addressed by these changes.
|
20 years ago |