diff options
author | jackpoz <giacomopoz@gmail.com> | 2020-04-05 15:11:14 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-06-16 09:29:31 +0200 |
commit | c3a7a604f42603901b7ee7c33f3dd4048e7f2c76 (patch) | |
tree | e5fd35e254d4b0c67896609007ea717ff4ac0f5c /CMakeLists.txt | |
parent | 0f390606a1c4ec197c1b8124351b13f141f1e42b (diff) |
Build/CMake: Increase minimum version to 3.8
(cherry picked from commit 965ac6fb08623b13c2486f9d09967dd00f3d396f)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a2e2c103416..6c5d4d80c96 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) |