diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:48 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:48 +0100 |
commit | 16bc413defd50015837207374177e90967b86d45 (patch) | |
tree | 61cee8e09a10beadcb65cb065491f5afe891a505 /CMakeLists.txt | |
parent | e1c0fc1e9746575398daba7c75c9b8977fd2870a (diff) | |
download | tellico-16bc413defd50015837207374177e90967b86d45.tar.gz tellico-16bc413defd50015837207374177e90967b86d45.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 ee6663e..ee1b229 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 2.8.12 ) ##### general package setup ##################### |