-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Monolithic pxr headers not installed correctly #277
Comments
Filed as internal issue #150565. |
Still broken with release 0.8.1 |
Same issue on CentOS 7 with USD 0.8.1. |
Hi, this is happening also on Windows when manually building using CMake (with -DPXR_BUILD_MONOLITHIC=On) |
Hi again, I'm not sure it's the right place for this, but I have a quick fix for this problem.
and in the same file, near the end of the _pxr_library function, I do this :
|
Thanks for the tip @ix-dcourtois! I tweaked your fix a bit to ensure that only public headers would be installed. |
@sunyab Yep I noticed the commit, glad I could be of help :) |
Description of Issue
After a successful build, I have no headers in my build/include/pxr directory other than pxr.h
Steps to Reproduce
python build_scripts\build_usd.py --build-monolithic --no-ptex --no-alembic build_monolithic\
After successful build, I have other headers, but the pxr headers are missing (aside from pxr.h).
System Information (OS, Hardware)
Windows
The text was updated successfully, but these errors were encountered: