Skip to content

Commit 1e46b0c

Browse files
authored
Merge pull request #156 from thewtex/dims-configuration
COMP: Do not use quotes in ExternalProject ITK_WRAP_IMAGE_DIMS
2 parents 8c0dd73 + 06ad1fe commit 1e46b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ if(ITKPythonPackage_SUPERBUILD)
226226
-DITK_WRAP_PYTHON:BOOL=ON
227227
-DITK_WRAP_unsigned_short:BOOL=ON
228228
-DITK_WRAP_double:BOOL=ON
229-
-DITK_WRAP_IMAGE_DIMS:STRING="2;3;4"
229+
-DITK_WRAP_IMAGE_DIMS:STRING=2;3;4
230230
-DITK_WRAP_DOC:BOOL=ON
231231
-DDOXYGEN_EXECUTABLE:FILEPATH=${DOXYGEN_EXECUTABLE}
232232
-DPython3_INCLUDE_DIR:PATH=${Python3_INCLUDE_DIR}

0 commit comments

Comments
 (0)