You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running build_usd.py with --no-embree, I get CMake config failures about not being able to find embree. When I remove this flag, it configures fine.
Description of Issue
When running build_usd.py with --no-embree, I get CMake config failures about not being able to find embree. When I remove this flag, it configures fine.
Steps to Reproduce
Make sure embree is not on your path, then run:
python build_scripts\build_usd.py --build-monolithic --no-ptex --no-embree --no-alembic build_monolithic\
Once prereq's are finished, it will fail on CMake config, complaining about embree.
Remove --no-embree, then it configures USD fine.
System Information (OS, Hardware)
Windows
The text was updated successfully, but these errors were encountered: