-
Notifications
You must be signed in to change notification settings - Fork 203
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
Build fails due to set_tests_properties called with incorrect number of arguments. #144
Comments
@BigRoy Please open a PR for this. |
Hello! So I have the same issue :( I did use the fix of changing the "usd\cmake\pxrTargets.cmake" file I am on the dev branch of Maya. I compiled USD v19.11 with this line : then setting up my paths and then `-- ========== ... GoogleTest installed. ========== -- Building AL_USDMayaSchemas Traceback (most recent call last): I am compiling in the x64Native Tools Command prompt for VS 2017 ANd I use this : #86 |
This issue is fixed as part of #198 which was merged recently into dev branch. |
Bonjour @fdevic , I am going to reopen this issue until I understand what exactly is causing this. |
Thanks. Tell me if I can be of any help |
replaced std::map with std::unordered_map. Appears to be more resilie…
Issue
In some case building fails on this line in
plugin/al/usdtransaction/AL/usd/transaction/tests/CMakeLists.txt
with the following error:This makes the build fail.
A working patch was mentioned here. It fixed my build problems here.
Likely it fails to correctly parse the arguments if there's a path or variable resolved there that contains a path with spaces (or maybe backslashes?), that I didn't figure out yet.
Should this be patched up with a PR?
The text was updated successfully, but these errors were encountered: