Skip to content

Commit

Permalink
Remove include(cmake/jinja.cmake). This code never is called when may…
Browse files Browse the repository at this point in the history
…a-usd in the clean build.
  • Loading branch information
Hamed Sabri committed Jun 2, 2020
1 parent 3926f90 commit 214e85d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,6 @@ message(STATUS " PYTHON_INCLUDE_DIRS = ${PYTHON_INCLUDE_DIRS}")
message(STATUS " PYTHON_LIBRARIES = ${PYTHON_LIBRARIES}")
message(STATUS " Python_EXECUTABLE = ${Python_EXECUTABLE}")

# The building of the schemas requires some extra python packages which may or
# may not be installed. If they aren't we provide an option to add them from
# a python egg.
if (BUILD_USDMAYA_SCHEMAS)
include(cmake/jinja.cmake)
endif()

find_package(Maya 2018 REQUIRED)
find_package(USD REQUIRED)
include(cmake/usd.cmake)
Expand Down

0 comments on commit 214e85d

Please sign in to comment.