Closed vmagnin closed 9 months ago
https://github.com/gha3mi/forimage/blob/9c123af62a96b99c8eb08bb5b0fe25d599612eb9/install/template.pc#L2C21-L2C46
In install/template.pc:
install/template.pc
libdir = ${prefix}/@CMAKE_INSTALL_FULL_LIBDIR@
should be instead:
libdir = ${prefix}/@CMAKE_INSTALL_LIBDIR@
Similar to https://github.com/vmagnin/forcolormap/issues/19
Thanks! The issue has been fixed.
https://github.com/gha3mi/forimage/blob/9c123af62a96b99c8eb08bb5b0fe25d599612eb9/install/template.pc#L2C21-L2C46
In
install/template.pc
:should be instead:
Similar to https://github.com/vmagnin/forcolormap/issues/19