Cmake 3.1 instead of 3.2.1 should be the minimum

pull/168/head
Brad House 7 years ago
parent 0d88e38466
commit bbd5ecb6e7
  1. 2
      CMakeLists.txt
  2. 2
      RELEASE-NOTES

@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED (VERSION 3.2.1)
CMAKE_MINIMUM_REQUIRED (VERSION 3.1.0)
INCLUDE (CheckIncludeFiles)
INCLUDE (CheckTypeSize)

@ -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:

Loading…
Cancel
Save