diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:12 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:43 +0100 |
commit | 74d041d01b11c425ee383e46ee815cf5103161d2 (patch) | |
tree | ac55ed52a6eb2bc30ebd80e71d6a2f15aa5e18d1 | |
parent | 93c527127bca43c405998d28e291c04e83d8e032 (diff) | |
download | tdeio-umountwrapper-74d041d01b11c425ee383e46ee815cf5103161d2.tar.gz tdeio-umountwrapper-74d041d01b11c425ee383e46ee815cf5103161d2.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit cbc1763b600ed7efe1f6fe679cc010ab8367f06c)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 878c0fd..4a61bbc 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 |