Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix cygwin package stuff to work with libarchive | Bill Hoffman | 2009-11-03 | 1 | -13/+1 |
| | |||||
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | ENH: fix crash in cpack when CPACK_CYGWIN_PATCH_NUMBER not specified | Bill Hoffman | 2008-03-13 | 1 | -1/+1 |
| | |||||
* | ENH: fix crash in cygwin package stuff | Bill Hoffman | 2008-03-07 | 1 | -1/+9 |
| | |||||
* | ENH: Add CPACK_SET_DESTDIR handling to enable packaging of installed files ↵ | David Cole | 2007-10-31 | 1 | -0/+1 |
| | | | | in absolute locations. With this setting on, cpack will set the DESTDIR env var when building the package so that files end up in their intended locations. Default behavior is not to set DESTDIR for backwards compatibility. Helps address issue #4993 and issue #5257. Also, remove unused CPACK_USE_DESTDIR variable. ENH: Add variable CPACK_PACKAGING_INSTALL_PREFIX to allow overriding the CPack GetPackagingInstallPrefix from a project's CMakeLists file if necessary. Could be used to remove the annoying /usr prefix still used by default in the Mac PackageMaker generator. | ||||
* | ENH: add support for cygwin source and binary packaging | Bill Hoffman | 2007-02-02 | 1 | -8/+16 |
| | |||||
* | ENH: check in partial cygwin generator | Bill Hoffman | 2006-06-09 | 1 | -0/+95 |