diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:13 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:44 +0100 |
commit | 2d5459ad327f4133c3ccf4d54f1d1d84934a4cf6 (patch) | |
tree | ce6ce45e3e9a3ecfedf08b11e1f0e751965f57a2 /CMakeLists.txt | |
parent | e43a2b631d07aa9cccf2dbb7e22082ce500fef06 (diff) | |
download | tde-style-domino-2d5459ad327f4133c3ccf4d54f1d1d84934a4cf6.tar.gz tde-style-domino-2d5459ad327f4133c3ccf4d54f1d1d84934a4cf6.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 1afbf9d5e8fb5c31816189f31d033a89b6b806ef)
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 bb06950..00ebc95 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 |