diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:51:20 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 11:52:52 +0100 |
commit | 8f8236fc503874d0fb01df3c73d34ef7324cf775 (patch) | |
tree | 339e6cec1c28d36e1182b03610dd0a87e0ba7e7b | |
parent | 8636f0cbbd6979dc6f9a0c772773f75a9c306990 (diff) | |
download | kbarcode-r14.0.12.tar.gz kbarcode-r14.0.12.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.r14.0.12
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 07341bca4e1d1ea1075d97fbdc720f02894c4b5d)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 1ef1461..1fb1465 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 3.1 ) ##### include our cmake modules ################# |