summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wong <markwkm@gmail.com>2022-12-07 19:02:36 -0800
committerMark Wong <markwkm@gmail.com>2022-12-08 11:08:11 -0800
commit3e9715605b47570ec24e6a5679f2dc31c264f9e4 (patch)
tree46af53a802387e118055b7d19e7b75839d598a7d
parent96b44e7f2700d5179c9cd37cf7f84d44a2215bd9 (diff)
CMake minimum version to 2.8.12
Per CMake deprication warning.
-rw-r--r--CMakeLists.txt2
-rw-r--r--HISTORY.rst1
2 files changed, 2 insertions, 1 deletions
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
-----------------