Skip to content

Commit

Permalink
COMP: Remove un-necessary wrapping to remove Windows warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
PranjalSahu committed Mar 22, 2022
1 parent f372040 commit f2986ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wrapping/WrapITKTypes.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ set(itk_Wrap_Offset ${WRAPPER_TEMPLATES})
WRAP_TYPE("itk::Vector" "V" "itkVector.h")
# dim 6 is used by ScaleSkewVersor3DTransform
UNIQUE(vector_dims "1;${ITK_WRAP_VECTOR_COMPONENTS_INCREMENTED};6")
UNIQUE(vector_types "UC;F;D;UL;ULL;${WRAP_ITK_SCALAR}")
UNIQUE(vector_types "UC;F;D;${WRAP_ITK_SCALAR}")
foreach(vector_dim ${vector_dims})
foreach(t ${vector_types})
ADD_TEMPLATE(
Expand Down

0 comments on commit f2986ae

Please sign in to comment.