aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn Butterfield <johnb003@gmail.com>2018-07-19 10:46:43 -0700
committerDaniel Stenberg <daniel@haxx.se>2018-08-08 09:36:30 +0200
commitf826b4ce980014550da752a87fa86cc3d7e50b97 (patch)
tree26e4bf163758ae84e0c8b7f722a6424cd4cb94f0 /CMakeLists.txt
parent7867aaa9a01decf93711428462335be8cef70212 (diff)
cmake: bumped minimum version to 3.4
Closes #2753
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fa2fc094e..a1e432a95 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)