diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:48 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:36:40 +0100 |
commit | 0f7920b5eea0de803e6472922db498c4ea61f357 (patch) | |
tree | bd03c0430340419f8342a47e8dbecd7885075caa | |
parent | 6e365d63b8ab6cae2ce2e8113bc2c228e0e0a5b8 (diff) | |
download | tellico-0f7920b5eea0de803e6472922db498c4ea61f357.tar.gz tellico-0f7920b5eea0de803e6472922db498c4ea61f357.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 16bc413defd50015837207374177e90967b86d45)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c4ff1d..cbb3d8e 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 ##################### |