diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 12:32:58 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 12:32:58 +0100 |
commit | f955c961e5631b4808fa85df49295b013234cb55 (patch) | |
tree | d126a9a26a426dd1ec2281e49e784dd2d038203d | |
parent | a7376ca160f9fd34ab13f52f20fe92ea8fda7cb5 (diff) | |
download | tdepacman-f955c961e5631b4808fa85df49295b013234cb55.tar.gz tdepacman-f955c961e5631b4808fa85df49295b013234cb55.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c9a4dd4..ab73166 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) #### general package setup |