AnimalLogic / AL_USDMaya

This repo is no longer updated. Please see https://github.com/Autodesk/maya-usd
Other
266 stars 69 forks source link

Fix for building against latest develop on maya 2018+ #148

Closed pmolodo closed 5 years ago

pmolodo commented 5 years ago

Description (this won't be part of the changelog)

The latest develop did not build for me, on any version of maya >= 2018. This was because of a conditional include of a boost header, so that it was only added if maya < 2018.

Changelog

Fixed

Checklist (Please do not remove this line)

murphyeoin commented 5 years ago

Thanks @elrond79. We run our tests on Maya-2019 internally also. Must be some difference wrt our open source testing environment which is currently maya-2017 only (yes we plan to update whenever we can find a small amount of time)