https://github.com/Kitware/CMake
Revision 66077528f944b1753715defd443f77e614874eb6 authored by Brad King on 20 July 2022, 16:39:37 UTC, committed by Kitware Robot on 20 July 2022, 16:39:43 UTC
70c26a65b7 Help: Clarify execute_process OS-specific command-line encoding

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7492
2 parent s 9306a5a + 70c26a6
Raw File
Tip revision: 66077528f944b1753715defd443f77e614874eb6 authored by Brad King on 20 July 2022, 16:39:37 UTC
Merge topic 'doc-execute_process' into release-3.24
Tip revision: 6607752
.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