Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions lib/usd/ui/assetResolver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ target_sources(${PROJECT_NAME}
images/ui.qrc
)

target_compile_definitions(${PROJECT_NAME}
PRIVATE
BOOST_NS=PXR_INTERNAL_NS::pxr_boost
Copy link
Collaborator

Choose a reason for hiding this comment

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

Does this need to be PXR_INTERNAL_NS? Would PXR_NS work instead?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@seando-adsk replaced it with PXR_NS . It seems to compile fine locally.

)

if (AR_ASSETRESOLVERCONTEXTDATA_HAS_PATHARRAY)
target_compile_definitions(${PROJECT_NAME}
PRIVATE
Expand Down