Open LegalizeAdulthood opened 1 month ago
Correction, I think it's the openimageio[viewer]
feature that brings in iv.exe
I was able to workaround the problem by running windeployqt iv.exe
with windeployqt
coming from vcpkg_installed\x64-windows\tools\Qt6\bin
CMake got all the link dependencies correctly, but this windeployqt tool appears to pick up the dynamic link dependencies and copy them over. I'd suggest running this tool on iv.exe
in the tools directory when the viewer is requested.
Describe the bug The
openimageio[tools]
port builds properly, but theiv
tool does not launch due to a missing dependency.Environment
To Reproduce Steps to reproduce the behavior:
Expected behavior The tool (image viewer) should launch without difficulty.
Failure logs
Additional context Add any other context about the problem here.