]> granicus.if.org Git - curl/commitdiff
cmake: bumped minimum version to 3.4
authorJohn Butterfield <johnb003@gmail.com>
Thu, 19 Jul 2018 17:46:43 +0000 (10:46 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 8 Aug 2018 07:36:30 +0000 (09:36 +0200)
Closes #2753

CMakeLists.txt

index fa2fc094ecb4d4342de32b7ffc3b444cb206e40e..a1e432a95ea3efe6e6f0a789a1fb9c9e448f1936 100644 (file)
@@ -38,7 +38,7 @@
 # To check:
 # (From Daniel Stenberg) The cmake build selected to run gcc with -fPIC on my box while the plain configure script did not.
 # (From Daniel Stenberg) The gcc command line use neither -g nor any -O options. As a developer, I also treasure our configure scripts's --enable-debug option that sets a long range of "picky" compiler options.
-cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.4 FATAL_ERROR)
 set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake;${CMAKE_MODULE_PATH}")
 include(Utilities)
 include(Macros)