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 +}