From bbd5ecb6e7b36d8704d4d655ed12a10253859154 Mon Sep 17 00:00:00 2001 From: Brad House Date: Wed, 14 Feb 2018 12:11:22 -0500 Subject: [PATCH] Cmake 3.1 instead of 3.2.1 should be the minimum --- CMakeLists.txt | 2 +- RELEASE-NOTES | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 98a58869..d92fcc85 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED (VERSION 3.2.1) +CMAKE_MINIMUM_REQUIRED (VERSION 3.1.0) INCLUDE (CheckIncludeFiles) INCLUDE (CheckTypeSize) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 17f144fc..3796b918 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -16,7 +16,7 @@ Bug fixes: __system_property_get and must use Java calls to retrieve DNS servers. [5] [7] o win32: Force use of ANSI functions [6] - o CMake minimum version is now 3.2.1 + o CMake minimum version is now 3.1 Thanks go to these friendly people for their efforts and contributions: