mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-09-23 08:39:07 +03:00
target_compile_definitions for QZint has been fixed
This commit is contained in:
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)
|
||||
|
Reference in New Issue
Block a user