diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 12:33:14 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 13:02:44 +0100 |
commit | 4b127b889cdd010aa7f9b8934821bbf96d9b5c09 (patch) | |
tree | 70ae6f2f19cd5b6fc635312492833f8de90d4e1f | |
parent | 9959f62f7fec408948da31112a697aad6a4269f9 (diff) | |
download | tde-style-lipstik-4b127b889cdd010aa7f9b8934821bbf96d9b5c09.tar.gz tde-style-lipstik-4b127b889cdd010aa7f9b8934821bbf96d9b5c09.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit cd04ba9e2bdd749cd4b614bc6c5f3bd2e17808d3)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 16ba019..902b11d 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 |