Skip to content

Commit 06ad1fe

Browse files
committed
COMP: Do not use quotes in ExternalProject ITK_WRAP_IMAGE_DIMS
Causes issues with CMake 3.20.
1 parent a9e2966 commit 06ad1fe

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)