mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-23 20:22:58 +03:00
target_compile_definitions for QZint has been fixed
This commit is contained in:
parent
0d95bad7da
commit
63dd02033b
2
3rdparty/CMakeLists.txt
vendored
2
3rdparty/CMakeLists.txt
vendored
@ -74,7 +74,7 @@ if (ENABLE_ZINT)
|
||||
if(PNG_FOUND)
|
||||
target_link_libraries(QZint PRIVATE PNG::PNG)
|
||||
else(PNG_FOUND)
|
||||
target_compile_definitions(QZint -DNO_PNG)
|
||||
target_compile_definitions(QZint PRIVATE -DNO_PNG)
|
||||
endif(PNG_FOUND)
|
||||
|
||||
endif(ENABLE_ZINT)
|
||||
|
Loading…
Reference in New Issue
Block a user