From 11e4611c3af67e7745c967a701f5d1476359a309 Mon Sep 17 00:00:00 2001 From: Willie Abrams Date: Tue, 13 Jun 2023 12:19:27 -0500 Subject: [PATCH] update version to eliminate make compatibility warning cmake 3.0 came out in June 2014 and seems to be a good new minimum threshold, 2.8 has been removed from the documentation links. https://cmake.org/cmake/help/latest/release/index.html --- CMakeLists.txt | 2 +- examples/CMakeLists.txt | 2 +- test/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8166cee..638236e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.0) project(cappuccino CXX) # Set the githooks directory to auto format and update the readme. diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 448c2f6..a32f0e4 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.0) project(cappuccino_examples CXX) ### allow_example ### diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index daa10f6..7d35e73 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.0) project(libcappuccino_tests) set(LIBCAPPUCCINO_TEST_SOURCE_FILES