Skip to content

Commit

Permalink
HYDRA-861 : Re-add existing line about MAYA_MODULE_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
debloip-adsk committed Mar 25, 2024
1 parent c39d5dd commit 18bcfdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/test.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,10 @@ finally:
endif()
endforeach()

# Unset any MAYA_MODULE_PATH as we set all the individual variables
# so we don't want to conflict with a MayaUsd module.
set_property(TEST ${test_name} APPEND PROPERTY ENVIRONMENT "MAYA_MODULE_PATH=")

# set all env vars
foreach(pathvar ${ALL_PATH_VARS})
set_property(TEST "${test_name}" APPEND PROPERTY ENVIRONMENT
Expand Down

0 comments on commit 18bcfdf

Please sign in to comment.