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
A recent change moved the include of pxrConfig.cmake to a different location, but it got added right before the code that might set PXR_USD_LOCATION which causes configure errors like this:
[cmake] CMake Error in lib/mayaUsd/CMakeLists.txt:
[cmake] Imported target "ar" includes non-existent path
[cmake]
[cmake] "/include/boost-1_70"
The text was updated successfully, but these errors were encountered:
A recent change moved the include of pxrConfig.cmake to a different location, but it got added right before the code that might set PXR_USD_LOCATION which causes configure errors like this:
[cmake] CMake Error in lib/mayaUsd/CMakeLists.txt:
[cmake] Imported target "ar" includes non-existent path
[cmake]
[cmake] "/include/boost-1_70"
The text was updated successfully, but these errors were encountered: