Skip to content
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

HYDRA-695 : Add missing rpaths to mayaHydraSceneBrowser #27

Merged
merged 2 commits into from
Dec 20, 2023

Conversation

debloip-adsk
Copy link
Collaborator

This PR adds the missing rpaths pointing to USD for mayaHydraSceneBrowser, which prevented loading it independently.

Comment on lines +67 to +77
if(DEFINED MAYAHYDRA_TO_USD_RELATIVE_PATH)
mayaUsd_add_rpath(rpath "../../${MAYAHYDRA_TO_USD_RELATIVE_PATH}/lib")
elseif(DEFINED PXR_USD_LOCATION)
mayaUsd_add_rpath(rpath "${PXR_USD_LOCATION}/lib")
endif()
if (IS_LINUX AND DEFINED MAYAHYDRA_TO_USD_RELATIVE_PATH)
mayaUsd_add_rpath(rpath "../../${MAYAHYDRA_TO_USD_RELATIVE_PATH}/lib64")
endif()
if(IS_MACOSX AND DEFINED MAYAHYDRA_TO_USD_RELATIVE_PATH)
mayaUsd_add_rpath(rpath "../../../../Maya.app/Contents/MacOS")
endif()
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@debloip-adsk debloip-adsk marked this pull request as ready for review December 19, 2023 20:56
@debloip-adsk debloip-adsk self-assigned this Dec 19, 2023
@lilike-adsk lilike-adsk merged commit dc253d7 into dev Dec 20, 2023
10 checks passed
@debloip-adsk debloip-adsk deleted the debloip/HYDRA-695/mayahydrascenebrowser-rpaths branch December 22, 2023 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants