Skip to content

Commit

Permalink
Disable Zint barcode backend for zint-2.7.x (#86)
Browse files Browse the repository at this point in the history
- New zint API is incompatible, may eventually create a compatible backend
  • Loading branch information
jimevins committed Jan 18, 2020
1 parent 2f331c5 commit ac93dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ endif ()
find_package (ZLIB 1.2 QUIET)
find_package (GnuBarcode 0.98 QUIET)
find_package (LibQrencode 3.4 QUIET)
find_package (LibZint 2.6 QUIET)
find_package (LibZint 2.6 EXACT QUIET)
# Unit testing support
find_package (Qt5Test 5.4 QUIET)

Expand Down

0 comments on commit ac93dc9

Please sign in to comment.