Skip to content

Commit 862f5a0

Browse files
committed
Remove the SwigWin version from the expected SimpleITK path
1 parent 00afbd1 commit 862f5a0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ if(SimpleITKPythonPackage_SUPERBUILD)
143143

144144
set(SimpleITK_DIR ${SimpleITK_SUPERBUILD_DIR}/SimpleITK-build)
145145
if(WIN32)
146-
set(SWIG_TARGET_VERSION "3.0.10")
147-
set(SWIG_EXECUTABLE ${SimpleITK_SUPERBUILD_DIR}/swigwin-${SWIG_TARGET_VERSION}/swig.exe)
146+
set(SWIG_EXECUTABLE ${SimpleITK_SUPERBUILD_DIR}/swigwin/swig.exe)
148147
else()
149148
set(SWIG_EXECUTABLE ${SimpleITK_SUPERBUILD_DIR}/Swig/bin/swig)
150149
endif()

0 commit comments

Comments
 (0)