diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:32:53 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 12:32:53 +0100 |
commit | 484c0e9dd189efe6bb6e21f45ec59aa61348bc79 (patch) | |
tree | 927129e6d64a539defa2ab327cf446cb76ec4962 | |
parent | 8317a5d13da6ca2181fc08fed184ff29d52957a9 (diff) | |
download | tdegames-484c0e9dd189efe6bb6e21f45ec59aa61348bc79.tar.gz tdegames-484c0e9dd189efe6bb6e21f45ec59aa61348bc79.zip |
Raise the minimum required version of CMake to 3.1.
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 9ae4d7b3..c1023505 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ ########################################### -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) ##### general package setup |