From 2ad7b548a38c009e6abd3c6aa0b6f633b54bf411 Mon Sep 17 00:00:00 2001 From: Siddharth Chandrasekaran Date: Wed, 20 Dec 2023 22:08:58 +0100 Subject: [PATCH] Bump cmake minimum required version Signed-off-by: Siddharth Chandrasekaran --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f37a36e..dcc6d46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # SPDX-License-Identifier: Apache-2.0 # -cmake_minimum_required(VERSION 3.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14 FATAL_ERROR) project(utils VERSION 0.1.0 LANGUAGES C) # libutils.a