From eca19fc3d48728ea5c239964684c2afbe1cccdcf Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 22 Jul 2024 17:09:18 -0700 Subject: Bump minimum CMake version to 3.15 This is older than any currently supported operating system ships by default, and it allows us to use message(NOTICE) instead of having everything be a warning. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4756d305..1dca028c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ # IN THE SOFTWARE. # -cmake_minimum_required(VERSION 3.13) +cmake_minimum_required(VERSION 3.15) project(nng C) include(CheckCCompilerFlag) -- cgit v1.2.3-70-g09d2