Skip to content

Commit

Permalink
MAYA-126175: fix plugInfo to use relative path instead of build syste…
Browse files Browse the repository at this point in the history
…m path
  • Loading branch information
perrauo-adsk committed Jan 13, 2023
1 parent eaf217b commit cfb0817
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/mayaUsd/sceneIndex/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ elseif(IS_LINUX)
endif()

set(PLUG_INFO_DIR ${CMAKE_INSTALL_PREFIX}/lib/usd/sceneIndex/resources)
set(PLUG_INFO_ROOT ${CMAKE_INSTALL_PREFIX}/lib)

configure_file(
plugInfo.json
Expand Down
2 changes: 1 addition & 1 deletion lib/mayaUsd/sceneIndex/plugInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"LibraryPath": "@PLUG_INFO_LIBRARY_PATH@",
"Name": "mayaUsd",
"ResourcePath": "resources",
"Root": "@PLUG_INFO_ROOT@",
"Root": "../../..",
"Type": "library"
}
]
Expand Down

0 comments on commit cfb0817

Please sign in to comment.