https://github.com/Kitware/CMake
Revision 9dd2dd5b778cdc57deaaa7ea90321a8d3aa4edb1 authored by Brad King on 22 June 2023, 17:12:24 UTC, committed by Brad King on 22 June 2023, 17:12:24 UTC
In commit b787be2714 (Help: Update supported languages in project and
enable_language, 2023-01-20, v3.26.0-rc1~53^2) the relevant paragraph
was accidentally moved to the `enable_language` command documentation.

Fixes: #25016
1 parent 492bf5e
Raw File
Tip revision: 9dd2dd5b778cdc57deaaa7ea90321a8d3aa4edb1 authored by Brad King on 22 June 2023, 17:12:24 UTC
Help: Restore project command docs for default languages and NONE
Tip revision: 9dd2dd5
.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