Skip to content

Commit 549c22f

Browse files
authored
Merge pull request #24 from blowekamp/fix_simpleitk_mododule
BUG: Fix SimpleITK module name in configuration
2 parents 1411e50 + 8faf732 commit 549c22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mkdir -p ${BLD_DIR} && \
2828
-DITK_DOXYGEN_SERVER_BASED_SEARCH:BOOL=OFF\
2929
-DBUILD_TESTING:BOOL=OFF \
3030
-DModule_ITKReview:BOOL=ON \
31-
-DModule_ITKSimpleITKFilters=ON \
31+
-DModule_SimpleITKFilters=ON \
3232
-DModule_MGHIO:BOOL=ON \
3333
-DModule_GenericLabelInterpolator:BOOL=ON \
3434
-DModule_AdaptiveDenoising:BOOL=ON \

0 commit comments

Comments
 (0)