https://github.com/Kitware/CMake
Revision ae03cd71b3e05ac0cfe293dec959db6c90872bcf authored by Brad King on 04 August 2022, 13:32:54 UTC, committed by Kitware Robot on 04 August 2022, 13:33:49 UTC
5635d33656 Help: Fix reST syntax typo in find_package docs

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7540
2 parent s dfcbdcb + 5635d33
Raw File
Tip revision: ae03cd71b3e05ac0cfe293dec959db6c90872bcf authored by Brad King on 04 August 2022, 13:32:54 UTC
Merge topic 'doc-find_package-typo' into release-3.24
Tip revision: ae03cd7
.editorconfig
root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[{CMakeLists.txt,*.cmake,*.rst}]
indent_size = 2
indent_style = space
back to top