Skip to content

Commit

Permalink
BUG: add ITKBridgeNumPy dependency to load all templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed Feb 14, 2020
1 parent e58cbc1 commit 0922c84
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions itk-module.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ set(RTK_IO_DEPENDS
ITKIOXML
)

if(ITK_WRAP_PYTHON)
set(RTK_BRIDGE_DEPENDS
ITKBridgeNumPy
)
endif()

set(RTK_DEPENDS
ITKCommon
ITKConvolution
Expand All @@ -20,6 +26,7 @@ set(RTK_DEPENDS
ITKSmoothing
ITKImageNoise
${RTK_IO_DEPENDS}
${RTK_BRIDGE_DEPENDS}
)

# -----------------------------------------
Expand Down

0 comments on commit 0922c84

Please sign in to comment.