presets: bump version to v5

Prepare for new test preset fields.
This commit is contained in:
Frank Winklmeier
2022-02-28 10:13:55 +01:00
committed by Brad King
parent 4634de335b
commit 359e5b17d8
7 changed files with 54 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ using TestPreset = cmCMakePresetsGraph::TestPreset;
using ArchToolsetStrategy = cmCMakePresetsGraph::ArchToolsetStrategy;
constexpr int MIN_VERSION = 1;
constexpr int MAX_VERSION = 4;
constexpr int MAX_VERSION = 5;
struct CMakeVersion
{