diff options
author | Philipp Kerling <pkerling@casix.org> | 2018-01-03 14:15:22 +0100 |
---|---|---|
committer | Philipp Kerling <pkerling@casix.org> | 2018-01-04 15:37:28 +0100 |
commit | 91f53a90823e0f71fe3b15a075ca04b73235535a (patch) | |
tree | 62f90c22a62f6835ef60945af418365ef59fb7c4 /CMakeLists.txt | |
parent | c26404b56118072d6933580908d270b7d6d5ddab (diff) |
[cmake] Bump required CMake version to 3.4
so we can rely on pkg_get_variable being available
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 4ed2d1ee2c..2755a0b265 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.4) project(kodi LANGUAGES CXX C ASM) if(POLICY CMP0069) |