Skip to content

Commit

Permalink
Removed obsolete MAYAHYDRA_CUT_ID support.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppt-adsk committed Nov 14, 2023
1 parent fb4e8c4 commit c9a6f95
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ endif()

include(cmake/mayahydra_version.info)
set(MAYAHYDRA_VERSION "${MAYAHYDRA_MAJOR_VERSION}.${MAYAHYDRA_MINOR_VERSION}.${MAYAHYDRA_PATCH_LEVEL}")
if(DEFINED ENV{PLUGIN_CUT_ID})
set(MAYAHYDRA_CUT_ID $ENV{PLUGIN_CUT_ID})
endif()

include(cmake/flowViewport_version.info)
set(FLOWVIEWPORT_VERSION "${FLOWVIEWPORT_MAJOR_VERSION}.${FLOWVIEWPORT_MINOR_VERSION}.${FLOWVIEWPORT_PATCH_LEVEL}")
Expand Down
6 changes: 0 additions & 6 deletions lib/mayaHydra/hydraExtensions/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ if(DEFINED MAYAHYDRA_VERSION)
MAYAHYDRA_VERSION=${MAYAHYDRA_VERSION}
)
endif()
if(DEFINED MAYAHYDRA_CUT_ID)
target_compile_definitions(${TARGET_NAME}
PRIVATE
MAYAHYDRA_CUT_ID=${MAYAHYDRA_CUT_ID}
)
endif()

# -----------------------------------------------------------------------------
# link libraries
Expand Down
6 changes: 0 additions & 6 deletions lib/mayaHydra/mayaPlugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ if(DEFINED MAYAHYDRA_VERSION)
MAYAHYDRA_VERSION=${MAYAHYDRA_VERSION}
)
endif()
if(DEFINED MAYAHYDRA_CUT_ID)
target_compile_definitions(${TARGET_NAME}
PRIVATE
MAYAHYDRA_CUT_ID=${MAYAHYDRA_CUT_ID}
)
endif()

mayaHydra_compile_config(${TARGET_NAME})

Expand Down

0 comments on commit c9a6f95

Please sign in to comment.