summaryrefslogtreecommitdiffstats
path: root/Tests/CPackComponentsForAll/license.txt
Commit message (Collapse)AuthorAgeFilesLines
* Replace http://www.cmake.org URLs with https://cmake.orgBrad King2015-09-251-1/+1
| | | | | | | The latter is now the preferred URL for visiting cmake.org with a browser. Convert using the shell code: git ls-files -z | xargs -0 sed -i 's|http://www\.cmake|https://cmake|g'
* cpack: For DragNDrop generator, add sysroot option when calling Rez.Clinton Stimpson2013-11-011-0/+3
Also adding overwrite option (-ov) in case multiple temporary dmg files are being created. Fixes bug #14536.