https://github.com/Kitware/CMake
Revision bb19af546bd3cc31f449d98ebed4412f504a98b9 authored by Michael Hirsch on 06 August 2021, 07:57:19 UTC, committed by Brad King on 06 August 2021, 15:55:53 UTC
for cmake_path(`CONVERT` ... [NORMALIZE]) was missing in top summary
1 parent 86633cc
Raw File
Tip revision: bb19af546bd3cc31f449d98ebed4412f504a98b9 authored by Michael Hirsch on 06 August 2021, 07:57:19 UTC
Help: cmake_path: add missing parameter
Tip revision: bb19af5
.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