Commit Graph

4 Commits

Author SHA1 Message Date
Matthew Woehlke
99ac59d31b style: Remove trailing blank lines from all CMake sources
Our development workflow tooling prevents trailing blank lines
from being added, but some such lines remain from before that
was enforced.  Remove them to make it easier to rename files
without triggering enforcement.
2024-11-21 15:48:02 -05:00
Brad King
da7276cf94 Replace http://www.cmake.org URLs with https://cmake.org
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'
2015-09-25 15:47:39 -04:00
Andy Cedilnik
4d9634c3e5 ENH: Simplify the generic instructions 2006-04-20 09:54:45 -04:00
Andy Cedilnik
b25820ebd4 ENH: Add resource files for PackageMaker 2006-02-28 14:18:13 -05:00