diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:02 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:33 +0100 |
commit | 57e4f76cf59dfdd15d64d620046d8f30873f107d (patch) | |
tree | 087df2ae5fe85ed783a7cb0ca9df9fab5c08ac6e | |
parent | 2b3e9a3c6961ab4c29997584f4b35e6cfa515cd3 (diff) | |
download | kaffeine-57e4f76cf59dfdd15d64d620046d8f30873f107d.tar.gz kaffeine-57e4f76cf59dfdd15d64d620046d8f30873f107d.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit b0f2e585181b6afd60f952ea75551ad6ee585280)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 84e7f56..850f7dc 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 |