Skip to content

Commit

Permalink
Maya Build: Finding Arnold package even if the procedural is not built
Browse files Browse the repository at this point in the history
            since the MtoA extension require it.
  • Loading branch information
Guillaume Laforge committed Sep 24, 2018
1 parent 76fd2b1 commit ecd8472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions walter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ set(SUBDIRECTORIES
if(BUILD_MAYA_PLUGINS)
# Find maya
find_package(Maya REQUIRED)
find_package(Arnold REQUIRED)
find_package(Mtoa REQUIRED)
list(APPEND SUBDIRECTORIES maya)
list(APPEND SUBDIRECTORIES arnold)
Expand Down

0 comments on commit ecd8472

Please sign in to comment.