LumaPictures / usd-qt

Reusable Qt Components for Pixar's USD
Other
153 stars 41 forks source link

Project compile issue #36

Closed wandth closed 2 years ago

wandth commented 3 years ago

Hello, I set some cmake variable and then compile it, it is success full, but when i open the sln project, and generate it it has two errors

image

the environment is:

mateuszwojt commented 2 years ago

UsdRelationship::BlockTargets is deprecated and it was removed in USD 21.02.

You need to use SetTargets({}).

nrusch commented 2 years ago

Sorry for the delayed response on this, but I believe this should be updated in the latest master and dev updates.