CMake/Help
Kitware Robot de273b2e11 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 09:56:07 -05:00
..
command Help: add_dependencies requires at least two arguments 2025-02-20 08:25:58 -05:00
cpack_gen CPack/RPM: Normalize documentation wording about quoting requirements 2025-02-28 12:06:39 -05:00
dev LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 09:56:07 -05:00
envvar Add CMAKE_POLICY_VERSION_MINIMUM environment variable 2025-02-20 16:55:53 -05:00
generator VS: Remove support for appending a platform to the generator name 2025-01-21 08:08:22 -05:00
guide Help: Remove stray spaces and one colon 2025-01-31 12:23:29 -05:00
include Help: Convert some literal blocks into tables and lists 2025-01-31 12:23:29 -05:00
manual LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 09:56:07 -05:00
module Check*: Add option to pass link directories into checks 2024-09-09 17:06:33 +03:00
policy Merge topic 'FindRuby-compat-vars' 2025-02-02 07:03:10 -05:00
prop_cache Help: Remove stray spaces and one colon 2025-01-31 12:23:29 -05:00
prop_dir Help: More syntax highlighting for literal blocks 2025-01-29 16:48:53 -05:00
prop_gbl Help: Improve language in INSTALL_PARALLEL doc 2025-01-27 09:41:59 -05:00
prop_inst CPack/WIX: Replace documentation links with their permanent redirects 2025-02-08 09:39:02 -05:00
prop_sf Help: More syntax highlighting for literal blocks 2025-01-29 16:48:53 -05:00
prop_test Help: Remove accidental blockquotes around lists 2025-01-31 12:23:29 -05:00
prop_tgt Help: Remove stray spaces and one colon 2025-01-31 12:23:29 -05:00
release ci: Convert sunos packaging jobs to build sunos-{x86_64,sparc64} binaries 2025-02-27 16:35:09 -05:00
variable Help: CMAKE_LANG_LINK_MODE: clarify usage. 2025-03-02 13:57:30 +01:00
index.rst instrumentation: Collect and record project build system metrics 2025-01-15 09:16:50 -05:00