3 Commits
Author SHA1 Message Date
Brad King 8aa26d3ed5 Tests/CMakeGUI: Reformat sources with clang-format-18
Somehow the `#include` order got out of sync with `clang-format-18`.
2026-08-10 12:16:47 -04:00
Kitware Robot 1772622772 LICENSE: Replace references to Copyright.txt with LICENSE.rst
```
git grep -lz 'Copyright.txt or https://cmake.org/licensing ' |
  while IFS= read -r -d $'\0' f ; do
    sed -i '/Copyright.txt or https:\/\/cmake.org\/licensing / {
              s/Copyright.txt/LICENSE.rst/
            }' "$f" ; done
```
2025-03-03 10:43:35 -05:00
Kyle Edwards 4c6e5cd0fa Tests: Add some basic tests for CMake GUI 2020-09-23 14:10:40 -04:00