Andy Cedilnik
|
e31dc3abe5
ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for CPack; make SetOptionIfNotSet more robust to handle empty options; do test TGZ, STGZ, and TZ, Add handling (and test) of Install Script; set environment variable CMAKE_INSTALL_PREFIX
|
19 years ago |
Brad King
|
b20fd1af11
BUG: Do not collapse the INSTALL_NAME_DIR setting because users may intend to have .. in the path. This makes the makefile generator consistent with the already working Xcode implementation of this feature. Also added a test for @executable_path/.. style settings for this property.
|
19 years ago |
Brad King
|
934c804ea4
ENH: Added OPTIONAL option to INSTALL command to allow installation of files if they exist while ignoring them otherwise. This addresses bug#2922.
|
19 years ago |
Brad King
|
27a67fb72f
ENH: Add support to INSTALL(DIRECTORY) to install an empty directory. This addresses bug#3572.
|
19 years ago |
Andy Cedilnik
|
3ef750a42c
ENH: Always do tar.Z since we do have compress now builtin
|
19 years ago |
Brad King
|
93163cc1f9
ENH: Added code to remove any bad installations of CVS directories before running the test so that one failure does not need manual adjustment to get it to pass again.
|
19 years ago |
Brad King
|
a2b89129de
ENH: Added check for bad installation of a CVS directory to test.
|
19 years ago |
Brad King
|
08398a9f0c
BUG: Need to execute sample_script.bat on windows and sample_script otherwise.
|
19 years ago |
Brad King
|
bed79f6c6b
ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691.
|
19 years ago |
Bill Hoffman
|
372b6932ed
ENH: fix error in if statement
|
19 years ago |
Bill Hoffman
|
4ddcdbed9a
ENH: fix failing tests
|
19 years ago |
Bill Hoffman
|
fe3d8078c5
ENH: try to fix compress failure
|
19 years ago |
Bill Hoffman
|
bba6583942
ENH: finally fix the failing test on the dashboard for the past month or so
|
19 years ago |
Andy Cedilnik
|
0de464fe36
ENH: Add test for bz2 and check for compress
|
19 years ago |
Brad King
|
50a0f71120
ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuration install rules.
|
19 years ago |
Brad King
|
66d7aef82b
ENH: Adding COMPONENT option to an INSTALL command call to smoke-test it.
|
19 years ago |
Brad King
|
428b4c9244
ENH: Updated VS6 generator to use target.GetFullName() to compute target file names.
|
20 years ago |
Brad King
|
d4c5fe840b
ENH: Added INSTALL(CODE) mode to allow inline specification of install script code. This reduces the need for configuring an install script that needs some variable settings because the install code can set thing up first.
|
20 years ago |
Bill Hoffman
|
3df8a59374
ENH: add test for mfc
|
20 years ago |
Brad King
|
ca5647c92c
ENH: Added ARCHIVE option to the TARGETS mode of the INSTALL command. It is a third option added to RUNTIME and LIBRARY property types. Static libraries and import libraries are now treated as ARCHIVE targets instead of LIBRARY targets. This adds a level of granularity necessary for upcoming features. Also updated the CVS CMake patch level set in CMake_VERSION_PATCH from 4 to 5 to allow users of this version to know whether this incompatible change is present.
|
20 years ago |
Andy Cedilnik
|
3d44b9a354
ENH: Add additional subdirectory to improve testing and to allow cleanup when testing cpack
|
20 years ago |
Andy Cedilnik
|
27b9ab47c2
COMP: Ok, fix typo
|
20 years ago |
Andy Cedilnik
|
cd62290147
ENH: Add testing for cpack
|
20 years ago |
Bill Hoffman
|
d03c92bfb3
ENH: remove cpack stuff for now so that we can get mac dashboards again
|
20 years ago |
Brad King
|
2caa6bb7e6
BUG: Some platforms require executable permission on shared libraries.
|
20 years ago |
Brad King
|
06846c4c07
ENH: Added PERMISSIONS option to the TARGETS mode of the INSTALL command.
|
20 years ago |
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.
|
20 years ago |
Andy Cedilnik
|
a87de1e1cd
ENH: Add generic instructions
|
20 years ago |
Andy Cedilnik
|
3341923ecb
ENH: Attempt to handle windows without NSIS installed
|
20 years ago |
Andy Cedilnik
|
36d7f3990a
ENH: Add support for multiple build targets and start adding simple cpack tests
|
20 years ago |