1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-09 21:15:57 +00:00

Set version to 2.7.1

This commit is contained in:
Harald Oehlmann
2020-02-01 19:36:50 +01:00
parent dd6de21008
commit 0c5dc4d030
13 changed files with 24 additions and 20 deletions

View File

@@ -12,7 +12,7 @@ set(ZINT_DEBUG FALSE CACHE BOOL "Set debug compile flag")
set(ZINT_SANITIZE FALSE CACHE BOOL "Set sanitize compile/link flags")
set(ZINT_TEST FALSE CACHE BOOL "Set test compile flag")
find_package (LibZint 2.7.0 REQUIRED)
find_package (LibZint 2.7.1 REQUIRED)
find_package(PNG)
if (PNG_FOUND)