conan-vs-extension
conan-vs-extension copied to clipboard
[Question] Cannot install the latest libjpeg version if the libpng version is also installed
I don't know if it's the right location to post this issue. If not, please tell me where to post it.
In a project I need to install Libjpeg alongside with libpng. With some other projects I could successfully install the latest libjpeg version, which is today the 9f version. However, as soon as I add the libpng in my install list, I get the below error:
1>EXEC : error : Version conflict: Conflict between libjpeg/9e and libjpeg/9f in the graph.
Would it be possible to allow to install libpng alongside with the latest libjpeg version?