We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Linux RHEL7
N/A
Set the install prefix to a non-writable directory
$ mkdir -p build $ cd build $ cmake -D CMAKE_INSTALL_PREFIX=/usr/local/foo .. $ make DESTDIR=/tmp/foo install [....] Install the project... -- Install configuration: "Release" CMake Error at pxr/cmake_install.cmake:36 (file): file Internal CMake error when trying to open file: /usr/local/foo/lib/python/pxr/__init__.py for writing. Call Stack (most recent call first): cmake_install.cmake:37 (INCLUDE)
I'll submit a pull request shortly with a proposed solution.
The text was updated successfully, but these errors were encountered:
Filed as internal issue #138888.
Sorry, something went wrong.
4d6d011
Implement shader-based text in usd (PixarAnimationStudios#84)
f9d4bba
(cherry picked from commit f615f096ddff9c275385af7a7e709f1c7302be0c)
pixar-oss
No branches or pull requests
System Information (OS, Hardware, etc.)
Linux RHEL7
Package Versions
N/A
Build Flags
Set the install prefix to a non-writable directory
Steps to Reproduce
I'll submit a pull request shortly with a proposed solution.
The text was updated successfully, but these errors were encountered: