1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-23 21:07:05 +00:00

Update version to 2.7.0

This commit is contained in:
Harald Oehlmann
2019-12-05 20:16:39 +01:00
parent 34c33b45b5
commit e03d03c877
12 changed files with 35 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/"
set(ZINT_DEBUG FALSE CACHE BOOL "Set debug compile flag")
set(ZINT_SANITIZE FALSE CACHE BOOL "Set sanitize compile/link flags")
find_package (LibZint 2.6.4 REQUIRED)
find_package (LibZint 2.7.0 REQUIRED)
find_package(PNG)
if (PNG_FOUND)