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 --- scripts/py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/py/requirements.txt b/scripts/py/requirements.txt index 3057913..a407a44 100644 --- a/scripts/py/requirements.txt +++ b/scripts/py/requirements.txt @@ -10,4 +10,4 @@ resampy==0.2.2 scipy==1.7.3 six==1.16.0 SoundFile==0.10.3.post1 -cmake==3.22.4 +cmake==3.23.3 -- cgit v1.2.1