Skip to content
Snippets Groups Projects
Commit 2114d717 authored by Sergio Martins's avatar Sergio Martins Committed by Brad King
Browse files

Help: Fix preset example cmakeMinimumRequired

Since commit 8bc5c896 (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.
parent ac984cb5
No related merge requests found
......@@ -2,7 +2,7 @@
"version": 3,
"cmakeMinimumRequired": {
"major": 3,
"minor": 20,
"minor": 21,
"patch": 0
},
"configurePresets": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment