Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace http://www.cmake.org URLs with https://cmake.org | Brad King | 2015-09-25 | 1 | -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 Stimpson | 2013-11-01 | 1 | -0/+3 |
Also adding overwrite option (-ov) in case multiple temporary dmg files are being created. Fixes bug #14536. |