Skip to content

Commit 1a48acf

Browse files
Replaced PXR_INTERNAL_NS with PXR_NS
1 parent d970ce9 commit 1a48acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/usd/ui/assetResolver/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ target_sources(${PROJECT_NAME}
2727

2828
target_compile_definitions(${PROJECT_NAME}
2929
PRIVATE
30-
BOOST_NS=PXR_INTERNAL_NS::pxr_boost
30+
BOOST_NS=PXR_NS::pxr_boost
3131
)
3232

3333
if (AR_ASSETRESOLVERCONTEXTDATA_HAS_PATHARRAY)

0 commit comments

Comments
 (0)