https://github.com/Kitware/CMake
Revision 3265fa51cd4feec492a157506fff505dbd4c7d37 authored by Brad King on 13 July 2021, 12:24:28 UTC, committed by Kitware Robot on 13 July 2021, 12:24:36 UTC
de4f1f26b0 CTest: add an ENVIRONMENT_MODIFICATION property
4c757fa3c8 Help/prop_test/ENVIRONMENT: clarify the scope of the changes

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6299
2 parent s 95c97a1 + de4f1f2
Raw File
Tip revision: 3265fa51cd4feec492a157506fff505dbd4c7d37 authored by Brad King on 13 July 2021, 12:24:28 UTC
Merge topic 'ctest-environment-modifications'
Tip revision: 3265fa5
.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