From 245e427dc5f25bb1d12a8d331e0be27e537ed823 Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Sun, 14 Jul 2024 15:44:05 +0200 Subject: [PATCH] Fix CMake min version --- CMake/Platform/Common/CMakePresets.json | 4 ++-- CMake/Platform/Linux/CMakePresets.json | 2 +- CMake/Platform/Mac/CMakePresets.json | 2 +- CMake/Platform/Windows/CMakePresets.json | 4 ++-- CMakePresets.json | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CMake/Platform/Common/CMakePresets.json b/CMake/Platform/Common/CMakePresets.json index 00b16474..7b04eefb 100644 --- a/CMake/Platform/Common/CMakePresets.json +++ b/CMake/Platform/Common/CMakePresets.json @@ -1,7 +1,7 @@ { "version": 4, "cmakeMinimumRequired": { - "major": 0, + "major": 3, "minor": 27, "patch": 0 }, @@ -165,4 +165,4 @@ } } ] -} \ No newline at end of file +} diff --git a/CMake/Platform/Linux/CMakePresets.json b/CMake/Platform/Linux/CMakePresets.json index 53776f21..f0b14b38 100644 --- a/CMake/Platform/Linux/CMakePresets.json +++ b/CMake/Platform/Linux/CMakePresets.json @@ -1,7 +1,7 @@ { "version": 4, "cmakeMinimumRequired": { - "major": 0, + "major": 3, "minor": 27, "patch": 0 }, diff --git a/CMake/Platform/Mac/CMakePresets.json b/CMake/Platform/Mac/CMakePresets.json index 89267402..596696a4 100644 --- a/CMake/Platform/Mac/CMakePresets.json +++ b/CMake/Platform/Mac/CMakePresets.json @@ -1,7 +1,7 @@ { "version": 4, "cmakeMinimumRequired": { - "major": 0, + "major": 3, "minor": 27, "patch": 0 }, diff --git a/CMake/Platform/Windows/CMakePresets.json b/CMake/Platform/Windows/CMakePresets.json index f83e27ed..dac86ea6 100644 --- a/CMake/Platform/Windows/CMakePresets.json +++ b/CMake/Platform/Windows/CMakePresets.json @@ -1,7 +1,7 @@ { "version": 4, "cmakeMinimumRequired": { - "major": 0, + "major": 3, "minor": 27, "patch": 0 }, @@ -111,4 +111,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/CMakePresets.json b/CMakePresets.json index c2a89919..0da599a5 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -1,7 +1,7 @@ { "version": 4, "cmakeMinimumRequired": { - "major": 0, + "major": 3, "minor": 27, "patch": 0 }, @@ -13,4 +13,4 @@ "configurePresets": [], "buildPresets": [], "testPresets": [] -} \ No newline at end of file +}