From 3e9715605b47570ec24e6a5679f2dc31c264f9e4 Mon Sep 17 00:00:00 2001 From: Mark Wong Date: Wed, 7 Dec 2022 19:02:36 -0800 Subject: CMake minimum version to 2.8.12 Per CMake deprication warning. --- CMakeLists.txt | 2 +- HISTORY.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 11a0753..d70551c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 2.8.12) include(CheckFunctionExists) include(CheckLibraryExists) diff --git a/HISTORY.rst b/HISTORY.rst index a6ff715..07500f0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,6 +5,7 @@ YYYY-MM-DD v4.0.1 ----------------- * Add Docker files for creating an AppImage +* Set CMake minimum version to 2.8.12 2020-08-05 v4.0.0 ----------------- -- cgit v1.2.3