Skip to content

Commit

Permalink
Remove extra resources install (#1927)
Browse files Browse the repository at this point in the history
This change removes an extra install of the resources folder in MaterialXGenShader, as this dependency does not appear to be required in 1.39.
  • Loading branch information
jstone-lucasfilm authored Jul 9, 2024
1 parent e0e69ca commit 8160f46
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source/MaterialXGenShader/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,3 @@ mx_add_library(MaterialXGenShader
MaterialXCore
EXPORT_DEFINE
MATERIALX_GENSHADER_EXPORTS)

if(NOT SKBUILD)
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/../../resources"
DESTINATION . MESSAGE_NEVER)
endif()

0 comments on commit 8160f46

Please sign in to comment.