You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using meson (or using pkg-config in any other way) on Windows, openexr libraries cannot be found.
This is caused by openexr.pc and OpenEXR.pc name config on Windows. Linux is not affected.
This is discussed in conan-io/conan#14428 conan-openexr-example.zip
You can submit a PR for openexr 2.x recipes forcing pkg_config_name of its global cpp_info to some specific value like openexr_conan or openexr_do_not_use which would avoid OpenEXR.pc file of openexr_ilmimf component to be overwritten.
Description
When using meson (or using pkg-config in any other way) on Windows, openexr libraries cannot be found.
This is caused by
openexr.pc
andOpenEXR.pc
name config on Windows. Linux is not affected.This is discussed in conan-io/conan#14428
conan-openexr-example.zip
Package and Environment Details
Conan profile
Host profile:
[settings]
arch=x86_64
build_type=Release
compiler=msvc
compiler.cppstd=17
compiler.runtime=dynamic
compiler.runtime_type=Release
compiler.version=193
os=Windows
Build profile:
[settings]
arch=x86_64
build_type=Release
compiler=msvc
compiler.cppstd=17
compiler.runtime=dynamic
compiler.runtime_type=Release
compiler.version=193
os=Windows
Steps to reproduce
conan build . --output-folder=builddir --build=missing --settings=build_type=Debug
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: