diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:05 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:35 +0100 |
commit | ffcb8e3af7f923f030e036e963a2b6ef1bac060c (patch) | |
tree | 1b71a1ae499491c8ce638fb9ece55b34bfa39011 | |
parent | 152f1a50c99fb218a49e557ead9b21d4e61ea9be (diff) | |
download | tellico-ffcb8e3af7f923f030e036e963a2b6ef1bac060c.tar.gz tellico-ffcb8e3af7f923f030e036e963a2b6ef1bac060c.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 4cca346710b555bc55bd0d2015e9dc6ac4936c78)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a95d9af..1996683 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) ##### general package setup ##################### |