From 9b00e5f7ff163a8fc6f341dbf237d90c61dadddc Mon Sep 17 00:00:00 2001 From: spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> Date: Sat, 20 Nov 2021 01:09:33 +0100 Subject: Fixed macOS installation bug, updated INSTALL.md --- CMakePresets.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakePresets.json') diff --git a/CMakePresets.json b/CMakePresets.json index 50cf671..f550e82 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -1,8 +1,8 @@ { - "version": 3, + "version": 2, "cmakeMinimumRequired": { "major": 3, - "minor": 21, + "minor": 20, "patch": 0 }, "configurePresets": [ -- cgit v1.2.3