diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:47 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:27:47 +0100 |
commit | b05fc6a31594808df4ada5fb7393f655d1334fa5 (patch) | |
tree | 58ab073511f91685a011f322f63d5cb9573620e3 | |
parent | 5c6677aaf3124fce88e9635eda454a30e2c109a8 (diff) | |
download | tdeio-apt-b05fc6a31594808df4ada5fb7393f655d1334fa5.tar.gz tdeio-apt-b05fc6a31594808df4ada5fb7393f655d1334fa5.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fc5398..cbb1886 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 2.8.12 ) #### general package setup |