From 79c707e6ecd133d5a8d1c56497a6edde378519fa Mon Sep 17 00:00:00 2001 From: jackpoz Date: Sun, 5 Apr 2020 15:11:14 +0200 Subject: [PATCH] Build/CMake: Increase minimum version to 3.8 (cherry picked from commit 965ac6fb08623b13c2486f9d09967dd00f3d396f) # Conflicts: # CMakeLists.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c3b555a4df..6c5d4d80c96 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,6 +8,7 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# We require CMake >= 3.2 cmake_minimum_required(VERSION 3.8) # add this options before PROJECT keyword