diff options
author | Michele Calgaro <[email protected]> | 2021-12-30 10:42:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-12-30 10:42:12 +0900 |
commit | 75932c4261a3f1d614fd5faeaea2227d51948e15 (patch) | |
tree | 711cc473643cc98af2890a6c326eb27857e5f0ca | |
parent | 479a01e00ead84ec4020d88d09a8446b08555575 (diff) | |
download | polkit-agent-tde-75932c4261a3f1d614fd5faeaea2227d51948e15.tar.gz polkit-agent-tde-75932c4261a3f1d614fd5faeaea2227d51948e15.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f3ec8b..f68c3eb 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 |