diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:14 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:44 +0100 |
commit | 7a6987e76b6d0453ec2cb5106463f8d9dff34288 (patch) | |
tree | cb9cfb1e4fc9245edf12f8e56593b5c97b931536 | |
parent | 0907ed4ed03fb6677df14c7bb2cf1e0984c65ff8 (diff) | |
download | tde-style-qtcurve-7a6987e76b6d0453ec2cb5106463f8d9dff34288.tar.gz tde-style-qtcurve-7a6987e76b6d0453ec2cb5106463f8d9dff34288.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit da99f2209eab31bf72e9befdb9d46eda7543dd08)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f2c4ab4..bc8aec5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) ##### cpack configuration ####################### |