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
Something in #14947 caused OpenCV's resdirs to no longer get set, even though the "res" folder is packaged. I don't understand how to fix this, but I suspect it's caused by moving to the new CMake tool for 2.0 support.
Description
Something in #14947 caused OpenCV's resdirs to no longer get set, even though the "res" folder is packaged. I don't understand how to fix this, but I suspect it's caused by moving to the new CMake tool for 2.0 support.
Package and Environment Details
Conan profile
[settings]
os=Macos
os_build=Macos
os.version=10.13
arch=x86_64
arch_build=x86_64
compiler=apple-clang
compiler.version=14.0
compiler.libcxx=libc++
build_type=Release
compiler.cppstd=11
[options]
[conf]
[build_requires]
[env]
Steps to reproduce
conan install -r conancenter opencv/4.5.5@ -pr default -g txt
Inspect conanbuildinfo.txt and [resdirs] doesn't include OpenCV's "res" folder. (Before the above commit it does include this.)
grep '[resdirs]' -A 4 conanbuildinfo.txt
[resdirs]
/Users/gmeeker/.conan/data/libjpeg/9e///package/d67028d247526d6b44627ffb9518a2c2e68e2d63/res
[builddirs]
Logs
Not really relevant. The interesting part is in conanbuildinfo.txt
The text was updated successfully, but these errors were encountered: