Skip to content

Commit

Permalink
Added missing path to MAYA_SCRIPT_PATH. (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppt-adsk authored Nov 22, 2024
1 parent ca1e641 commit 8250a43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/test.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ finally:
"${CMAKE_INSTALL_PREFIX}/lib/usd")
list(APPEND MAYAUSD_VARNAME_MAYA_PLUG_IN_PATH
"${CMAKE_INSTALL_PREFIX}/lib/maya")
list(APPEND MAYAUSD_VARNAME_MAYA_SCRIPT_PATH
"${CMAKE_INSTALL_PREFIX}/scripts")

# mayaUsdPlugin
if(DEFINED MAYAUSD_LOCATION)
Expand Down

0 comments on commit 8250a43

Please sign in to comment.