-
Notifications
You must be signed in to change notification settings - Fork 202
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
Incompatible with USD 23.11 and C++17 #3426
Comments
Actually we do set the CXX standard here: https://github.com/Autodesk/maya-usd/blob/dev/cmake/compiler_config.cmake#L90
I'm not sure about the var Sean |
Ah I'd done a grep for Sunya had done this in USD with this note
So it seems like what might make sense is that if both these conditions are true, then the variable is set:
That would leave your older builds alone |
Do we need that flag for only clang, or gcc as well? I can incorporate this into my changes. Sean |
GCC would need it as well |
Describe the issue
When trying to build Maya USD against USD 23.11, I'm hitting two issues.
The change to make both work would be simply adding the following:
While a PR would be small and minimal, I didn't want to make these assumptions as something Autodesk wants across the board.
The text was updated successfully, but these errors were encountered: