From 5e3b4e03b87b8d9fa2b0c6c6a660689e5d819471 Mon Sep 17 00:00:00 2001 From: Nauroze Hoath Date: Mon, 24 Jul 2023 19:49:35 +0000 Subject: [PATCH] Update minimum cmake version to 3.5 (#4076) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f942e04ab1..4805b83f0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.5) ## ## PROJECT