Brad King
|
c7a319ab05
install(EXPORT): Fix support for mid-length install destinations on Windows
|
9 years ago |
Daniel Pfeifer
|
a7a9239096
mark functions with CM_OVERRIDE
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Nick Lewis
|
18ce97c4a2
install: Add EXCLUDE_FROM_ALL option (#14921)
|
9 years ago |
Stephen Kelly
|
1f39ee5beb
cmInstallExportGenerator: Require cmLocalGenerator, not cmMakefile.
|
10 years ago |
Brad King
|
f99991db88
cmInstallGenerator: Move GetDestination to subclasses that need it
|
10 years ago |
Brad King
|
ec7cf7ea13
install: Thread message level setting through internal API
|
11 years ago |
Stephen Kelly
|
574fec97fd
Export: Generate INTERFACE_LINK_LIBRARIES property on targets.
|
12 years ago |
Brad King
|
0c727b906a
install(EXPORT): Force absolute paths for usr-move
|
12 years ago |
Alex Neundorf
|
87f4c01910
exports: accept a missing target if it is exported exactly once
|
13 years ago |
Yury G. Kudryashov
|
81cdab5bea
exports: Hold an ExportSet pointer in cm*Export*Generator
|
13 years ago |
Yury G. Kudryashov
|
d13ec1ac31
exports: Create class cmExportSet
|
13 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Brad King
|
f8c0dc27b5
STYLE: Remove useless install generator typedefs
|
17 years ago |
Brad King
|
5594ad4885
ENH: Updated exporting and importing of targets to support libraries and configurations.
|
18 years ago |
Alexander Neundorf
|
3e12a6cb91
|
18 years ago |
David Cole
|
ef22ad6bec
ENH: Handle FRAMEWORK and BUNDLE arguments in the INSTALL TARGETS command. Work in progress... More to come.
|
18 years ago |
Brad King
|
7f29f8966d
ENH: Further cleanup of installation script generation. The per-component and per-configuration testing is now done in cmake code instead of in the FILE(INSTALL) command. The generation of the cmake code to do these tests is centralized in cmInstallGenerator. Old-style shared library versioning and component/config support code has been removed from FILE(INSTALL). This commit is surrounded by the tags CMake-InstallGeneratorCleanup2-pre and CMake-InstallGeneratorCleanup2-post.
|
18 years ago |
Alexander Neundorf
|
c0d000d234
|
18 years ago |