From 9d329f41b325e4c711c796e5b9bd9b3d8c08324d Mon Sep 17 00:00:00 2001 From: Maksims Svecovs Date: Wed, 28 Sep 2022 14:29:40 +0100 Subject: MLECO-3518: Move to CMake 3.23.3 For the purpose of using decoupled presets move required CMake version to 3.23.3 that supports "includes" option for presets. Updates the documentation. Signed-off-by: Maksims Svecovs Change-Id: I259e8e3a4641294d8ccdee429c7284d8160b9e24 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 70914be..09a9d02 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ resources_downloaded # Build files CMakeFiles +CMakeUserPresets.json build*/ cmake-build-*/ -- cgit v1.2.1