From 8aab3b5a87d10aa6b7eb34d548c6a63269eb5a24 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Fri, 25 Oct 2024 02:11:47 -0400 Subject: Avoid CMake deprecation warning Signed-off-by: Malfurious --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 263cd58..b437e35 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.10) project(compass LANGUAGES CXX) set(ENABLE_PROGRAMS OFF CACHE BOOL "Build mbedtls exemplary programs") -- cgit v1.2.3