Skip to content

Commit ac93dc9

Browse files
committed
Disable Zint barcode backend for zint-2.7.x (#86)
- New zint API is incompatible, may eventually create a compatible backend
1 parent 2f331c5 commit ac93dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ endif ()
126126
find_package (ZLIB 1.2 QUIET)
127127
find_package (GnuBarcode 0.98 QUIET)
128128
find_package (LibQrencode 3.4 QUIET)
129-
find_package (LibZint 2.6 QUIET)
129+
find_package (LibZint 2.6 EXACT QUIET)
130130
# Unit testing support
131131
find_package (Qt5Test 5.4 QUIET)
132132

0 commit comments

Comments
 (0)