zomgrolf
zomgrolf
I would also like to see some improvements in this area. We've been looking at building OIIO dependencies on Windows using vcpkg, and have run into some issues with Ptex....
If I'm right, it should suffice to change the CMakeLists.txt in ptex.imageio to something like this: ``` if (PTEX_FOUND) add_oiio_plugin (...) elseif (Ptex_FOUND) add_oiio_plugin (ptexinput.cpp LINK_LIBRARIES Ptex::Ptex DEFINITIONS "-DUSE_PTEX") endif...
Thanks for the warning, we have been keeping an eye on vcpkg for a while now, but nothing is set in stone yet. However: 1. We don't use vcpkg to...