diff options
author | Michele Calgaro <[email protected]> | 2023-11-06 15:21:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-06 15:21:52 +0900 |
commit | f9c498e23f8f1d256022c20f32e6f0f8b67d5760 (patch) | |
tree | 9346d1dca4f0573da0d21080dd9ef34da7123af0 | |
parent | 160e02ddca52028f07cf3650e365fc28800011ea (diff) | |
download | universal-indent-gui-tqt-f9c498e23f8f1d256022c20f32e6f0f8b67d5760.tar.gz universal-indent-gui-tqt-f9c498e23f8f1d256022c20f32e6f0f8b67d5760.zip |
Increase cmake minimum version to 3.5 and debhelper compat level to 10
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/compat | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d4000d9..22acc2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) #### general package setup diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 |