Skip to content

Commit

Permalink
Merge pull request #2821 from Autodesk/perrauo/MAYA-126175/fix-plugin…
Browse files Browse the repository at this point in the history
…fo-file

MAYA-126175: fix plugInfo to use relative path
  • Loading branch information
seando-adsk authored Jan 13, 2023
2 parents f449766 + cfb0817 commit 7ddbb62
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 7ddbb62

Please sign in to comment.