1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-18 10:27:09 +00:00

And in tests cmake

This commit is contained in:
gitlost
2025-09-12 04:40:03 +01:00
parent 2084b33d5e
commit e340a60adb

View File

@@ -72,7 +72,7 @@ zint_add_test(gb2312 test_gb2312)
zint_add_test(gif test_gif)
zint_add_test(gridmtx test_gridmtx)
zint_add_test(gs1 test_gs1)
if(ZINT_USE_GS1SE AND NOT GS1SE-NOTFOUND)
if(ZINT_USE_GS1SE AND GS1SE)
zint_add_test(gs1se test_gs1se)
endif()
zint_add_test(hanxin test_hanxin)