-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[OpenImageIO] find_package failed #20522
Comments
I can report that I am now getting the same issues on Linux (WSL Ubuntu 20 at present),
|
This looks like a missing prefix.
|
So on inspection I have commented out the following lines from OpenImageIOConfig.cmake (45 / 46)
Also OpenImageIO now seems to need openmp enabling by default. |
Oh. I guess this is from the boost update: #20417. |
This is getting very unstable to use. I get my students to install vcpkg for ease but it seems to be breaking every few updates (and then I have to fix the CMake / install for them each time). If only the versioning was better ;-) |
|
Now I can't repro this issue, is this isse still exist? |
Some cmake configuration file bugs will be fixed by #20439, |
I can confirm this still exsits with the latest version of vcpkg. I'm using Windows 11 and MSVC 19.29.30136. |
@georgelyu Can you please provide a mininum reproduce cmake code? |
I'm still getting errors as well target links to OpenImageIO::OpenImageIO_Util but the target was no found. There are serious issues with this port. |
I don't know how I ended up here but I have an example: CMakeLists.txt
.gitmodules
vcpkg.json
main.cpp
|
I'm getting this on macOS too. Just a few minutes ago I did
#20439 isn't merged yet. I don't know enough to be able to tell whether or not it will fix this problem. If I remove |
Since #20439 merged, can anyone test whether this issue is resolved? Thanks. |
The issue is solved. Thanks! |
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install openimageio:x64-windows
Then, use
find_package(OpenImageIO CONFIG REQUIRED)
inCMakeLists.txt
.When configuring, it gives the following error.
Failure logs
The text was updated successfully, but these errors were encountered: