https://github.com/Kitware/CMake
Revision 2114d717a0aa76684f5d95e60453175a5ba22059 authored by Sérgio Martins on 10 July 2021, 14:21:59 UTC, committed by Brad King on 12 July 2021, 12:54:04 UTC
Since commit 8bc5c8961e (CMakePresets.json: Add the ability to
conditionally disable presets, 2021-03-10, v3.21.0-rc1~464^2)
the example requires presets version 3 support, which is not
available until CMake 3.21.  CMake 3.20.0 can't open v3 presets.
Make cmakeMinimumRequired compatible with the example's version.
1 parent ac984cb
Raw File
Tip revision: 2114d717a0aa76684f5d95e60453175a5ba22059 authored by Sérgio Martins on 10 July 2021, 14:21:59 UTC
Help: Fix preset example cmakeMinimumRequired
Tip revision: 2114d71
.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