We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If PNGwriter was build with shared libpng (or other shared deps), the FindPNGwriter.cmake should append their locations for $LIBS/LD_LIBRARY_PATH.
libpng
FindPNGwriter.cmake
$LIBS
LD_LIBRARY_PATH
Also: since png.h (and zlib.h) is included in pngwriter.h currently, the INCLUDE_PATH of these must be forwarded.
png.h
zlib.h
pngwriter.h
INCLUDE_PATH
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If PNGwriter was build with shared
libpng
(or other shared deps), theFindPNGwriter.cmake
should append their locations for$LIBS
/LD_LIBRARY_PATH
.Also: since
png.h
(andzlib.h
) is included inpngwriter.h
currently, theINCLUDE_PATH
of these must be forwarded.The text was updated successfully, but these errors were encountered: