Skip to content
Snippets Groups Projects
Commit ce03b086 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: superbuild: fix path to swig executable

parent 1304cbae
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ else()
endif()
if(WIN32)
set(_SB_SWIG_EXECUTABLE ${SB_INSTALL_PREFIX}/bin/swig.exe)
set(_SB_SWIG_EXECUTABLE ${CMAKE_BINARY_DIR}/SWIG/src/SWIG/swig.exe)
elseif(UNIX)
set(_SB_SWIG_EXECUTABLE ${SB_INSTALL_PREFIX}/bin/swig)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment