mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
Use cmake configs to find USD
Also renamed `USD::` namespace to `pxr::` to match packaage name.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user