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

find_package(pxr REQUIRED) what is the pxr pakage?and where to download the lib ? Thanks! #140

Open
disini opened this issue Feb 27, 2024 · 1 comment

Comments

@disini
Copy link

disini commented Feb 27, 2024

Hi guys,

moonray/hydra/hdMoonray/CMakeLists.txt:42 (find_package)

# the DWA installation of pxrConfig.cmake lives in
# the usd_imaging Rez package. To work correctly, it
# requires env vars REZ_USD_CORE_ROOT, REZ_USD_IMAGING_ROOT
# and PXR_INCLUDE_DIRS to be set (e.g. in CMake preset).
# A standard installation should not require these...
if(NOT pxr_FOUND)
    find_package(pxr REQUIRED)
endif()

what is the pxr ? and where to download that package ? and which version should I use ?

Thanks a lot !

@teachmain
Copy link

pxr is the package name of OpenUSD, see here, hydra is part of this project

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

No branches or pull requests

2 participants