Closed pmolodo closed 5 years ago
Bit late of a response, but...
I don't think there's anything new that's using system. The issue is just that AL_USDMaya uses the boost filesystem lib, and that in turn uses the system lib. Previously, though, the various pixar cmake machinery used to automatically add in the "system" lib into the list of boost dependencies. It no longer does that (I guess they're not using it anymore, or just using it in fewer places?), so AL now needs to explicitly link against it, instead of relying on the pixar cmake to do it "for us".
Description (this won't be part of the changelog)
Fixes for building against usd-0.19.3
Changelog
Fixed
Checklist (Please do not remove this line)