https://github.com/Kitware/CMake
Revision 22c535299019eb835dd0d5793d3b40e59d0cc6ee authored by Brad King on 25 July 2022, 16:02:12 UTC, committed by Kitware Robot on 25 July 2022, 16:02:19 UTC
4f7a0c25d2 Help: Document BYPASS_PROVIDER keyword for find_package()
76370e06b8 Help: Minor grammar fix for the Using Dependencies manual

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7501
2 parent s 7ed8c2d + 4f7a0c2
Raw File
Tip revision: 22c535299019eb835dd0d5793d3b40e59d0cc6ee authored by Brad King on 25 July 2022, 16:02:12 UTC
Merge topic 'doc-find_package-BYPASS_PROVIDER' into release-3.24
Tip revision: 22c5352
.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