diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:11 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:41 +0100 |
commit | 68b6a1e5972a4e5148218a75c87d7c406917d344 (patch) | |
tree | d55cba3b78d3ab81a338d598b33ce7ea6eb8de03 | |
parent | 5a0a0416bc45a98f68a57b4c9ae8b253566e0afc (diff) | |
download | tdepowersave-68b6a1e5972a4e5148218a75c87d7c406917d344.tar.gz tdepowersave-68b6a1e5972a4e5148218a75c87d7c406917d344.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit f6c3418dd44c4f54f8c1d2a1c42cd7100099005c)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c80d363..c392647 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) ##### general package setup ##################### |