diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:56 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:56 +0100 |
commit | 9503185fc6f36b949e32376e43a1df4ef7bfff18 (patch) | |
tree | 33eaf9cb27929a17f90dde6c2834880d70745291 /CMakeL10n.txt | |
parent | 417a964d442752688aa697ef4b880f4bd2ce85a3 (diff) | |
download | kbarcode-9503185fc6f36b949e32376e43a1df4ef7bfff18.tar.gz kbarcode-9503185fc6f36b949e32376e43a1df4ef7bfff18.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 9c75d46..f28ba46 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### include our cmake modules ################# |