diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:12 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 12:33:12 +0100 |
commit | cbc1763b600ed7efe1f6fe679cc010ab8367f06c (patch) | |
tree | 248855de97540cfe70b5a14acbf2ed040ee0ad24 | |
parent | 056aa1e6b60d6ec22dc6a34a3b82e15675c0e5bf (diff) | |
download | tdeio-umountwrapper-cbc1763b600ed7efe1f6fe679cc010ab8367f06c.tar.gz tdeio-umountwrapper-cbc1763b600ed7efe1f6fe679cc010ab8367f06c.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 d28e466..f210dab 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 |