Use cmake configs to find USD

Also renamed `USD::` namespace to `pxr::` to match packaage name.
This commit is contained in:
Andrej730
2025-12-08 12:15:46 +05:00
parent 7a62f65af0
commit 9d828852c0
4 changed files with 31 additions and 22 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ endif()
set(USD_LIBRARIES "")
if(USD_SUPPORT)
find_package(USD REQUIRED)
set(USD_LIBRARIES USD::USD)
set(USD_LIBRARIES pxr::USD)
endif(USD_SUPPORT)
if (WITH_ROCKSDB)