-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Cmake Alembic detection script needs to recognize newer Alembic builds. #70
Comments
Filed as internal issue #138129. |
Closed
Nick, I believe this only applies to the latest version. But agreed, it would be nice if we are to support versions > 1.5.2. |
Yep, I think this affects versions >= 1.6.0 , per alembic/alembic@834eca6 I can take a look at this. |
asluk
added a commit
to asluk/USD
that referenced
this issue
Oct 2, 2016
… 1.6.0 . Addresses issue PixarAnimationStudios#70 .
Commit has been merged into release v0.7.2, closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Windows, Alembic no longer builds to many small libraries, instead only a single DLL and lib are generated.
That means that the detection should look something like this:
A possible solution would be to add a detection phase in the Cmake script, along the lines of
The text was updated successfully, but these errors were encountered: