Skip to content

Commit 0afe97d

Browse files
committed
COMP: Remove processing missing Ruby directories.
1 parent 9ba7322 commit 0afe97d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Wrapping/Generators/Ruby/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,10 +1019,10 @@ endmacro()
10191019
# Create the RbUtils library
10201020

10211021
if(NOT EXTERNAL_WRAP_ITK_PROJECT)
1022-
add_subdirectory(Tests)
1022+
# add_subdirectory(Tests)
10231023

10241024
macro(itk_end_wrap_modules_ruby)
1025-
add_subdirectory(${ITK_WRAP_RUBY_SOURCE_DIR}/RbUtils)
1025+
# add_subdirectory(${ITK_WRAP_RUBY_SOURCE_DIR}/RbUtils)
10261026
endmacro()
10271027

10281028
macro(itk_wrap_modules_ruby)

0 commit comments

Comments
 (0)