aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2020-04-05 15:11:14 +0200
committerjackpoz <giacomopoz@gmail.com>2020-04-05 15:11:14 +0200
commit965ac6fb08623b13c2486f9d09967dd00f3d396f (patch)
tree8365a89b86198f505e691aaf67bdf5661046ce83
parentfbcd244b2fb65bd357d9fad0f5cc4d8d684f288f (diff)
Build/CMake: Increase minimum version to 3.8
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 65a34426f7a..d49fc12604c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# We require CMake >= 3.2
-cmake_minimum_required(VERSION 3.2)
+cmake_minimum_required(VERSION 3.8)
# add this options before PROJECT keyword
set(CMAKE_DISABLE_SOURCE_CHANGES ON)