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
I would recommend centralizing the library creation into a CMake function that would insure all path are local, this is what is done in USD and it generates a relocatable CMake file.
The text was updated successfully, but these errors were encountered:
The full MaterialX v1.39 WIP specification, converted to Markdown format for easier contributing, commenting and external linking from the community. Since v1.39 is still a work in progress, the documents are placed in an "inprog_v1.39" subfolder until v1.39 is agreed to be ready for release.
This means a MaterialX install done to a staging area using
-DCMAKE_INSTALL_PREFIX=/my/stage
can not be packaged and installed somewhere else.Problem is in
/my/stage/lib/cmake/MaterialX/MaterialXTargets.cmake
which will contain the line:There is a mechanism in CMake to keep the MaterialX generated CMake file relocatable and it hinges on keeping all install paths relative.
I would recommend centralizing the library creation into a CMake function that would insure all path are local, this is what is done in USD and it generates a relocatable CMake file.
The text was updated successfully, but these errors were encountered: