diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:13 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 12:33:13 +0100 |
commit | 1afbf9d5e8fb5c31816189f31d033a89b6b806ef (patch) | |
tree | b901cfc5bddf31f3fef243b35f0443d13bf0b1a4 /CMakeLists.txt | |
parent | fb7cdb6a83e6400ac17ab11ebb994cfff1d32a23 (diff) | |
download | tde-style-domino-1afbf9d5e8fb5c31816189f31d033a89b6b806ef.tar.gz tde-style-domino-1afbf9d5e8fb5c31816189f31d033a89b6b806ef.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b8dc1d2..6f992b9 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 |