Skip to content

Commit

Permalink
Merge pull request #2819 from Autodesk/donnels/MAYA-127074/prepare_fo…
Browse files Browse the repository at this point in the history
…r_ufe_v4

MAYA-127074 - MayaUSD : Bump UFE version to 4.0
  • Loading branch information
seando-adsk authored Jan 12, 2023
2 parents 3c6d9b8 + 969ac56 commit eaf217b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/modules/FindUFE.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ if(UFE_INCLUDE_DIR AND EXISTS "${UFE_INCLUDE_DIR}/ufe/ufe.h")

if("${UFE_MAJOR_VERSION}" STREQUAL "0")
math(EXPR UFE_PREVIEW_VERSION_NUM "${UFE_MINOR_VERSION} * 1000 + ${UFE_PATCH_LEVEL}")
elseif("${UFE_VERSION}" STREQUAL "4.0.0")
# Temporary. Once next Maya PR is released with UFE v4.0.0 this should
# be removed (along with all the UFE_PREVIEW_VERSION_NUM checks).
set(UFE_PREVIEW_VERSION_NUM 4045)
endif()

file(STRINGS
Expand Down

0 comments on commit eaf217b

Please sign in to comment.