diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:14 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 12:33:14 +0100 |
commit | b1c8025b622f462d6b5ac90556a4768ae6441937 (patch) | |
tree | a6c0c85b498f680ae024aafe30813626b14434a8 | |
parent | 3298a6dd93490a5c5a289fb147a6c7e2cef868ff (diff) | |
download | tdmtheme-b1c8025b622f462d6b5ac90556a4768ae6441937.tar.gz tdmtheme-b1c8025b622f462d6b5ac90556a4768ae6441937.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 5ebf0b7..810e054 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 |