Skip to content

Commit

Permalink
COMP: Remove processing missing Ruby directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmjohnson committed Dec 9, 2021
1 parent 9ba7322 commit 0afe97d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Wrapping/Generators/Ruby/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1019,10 +1019,10 @@ endmacro()
# Create the RbUtils library

if(NOT EXTERNAL_WRAP_ITK_PROJECT)
add_subdirectory(Tests)
# add_subdirectory(Tests)

macro(itk_end_wrap_modules_ruby)
add_subdirectory(${ITK_WRAP_RUBY_SOURCE_DIR}/RbUtils)
# add_subdirectory(${ITK_WRAP_RUBY_SOURCE_DIR}/RbUtils)
endmacro()

macro(itk_wrap_modules_ruby)
Expand Down

0 comments on commit 0afe97d

Please sign in to comment.