summaryrefslogtreecommitdiff
path: root/Help/manual
diff options
context:
space:
mode:
authorSérgio Martins <sergio.martins@kdab.com>2021-07-10 15:21:59 +0100
committerBrad King <brad.king@kitware.com>2021-07-12 08:54:04 -0400
commit2114d717a0aa76684f5d95e60453175a5ba22059 (patch)
tree47de6a30b1892e71edda90764b197321d71a4912 /Help/manual
parentac984cb5f75349fd5ed00cc52fbb5154b7bb1527 (diff)
downloadcmake-2114d717a0aa76684f5d95e60453175a5ba22059.tar.gz
Help: Fix preset example cmakeMinimumRequired
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.
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/presets/example.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/presets/example.json b/Help/manual/presets/example.json
index 346f342512..b08445a471 100644
--- a/Help/manual/presets/example.json
+++ b/Help/manual/presets/example.json
@@ -2,7 +2,7 @@
"version": 3,
"cmakeMinimumRequired": {
"major": 3,
- "minor": 20,
+ "minor": 21,
"patch": 0
},
"configurePresets": [