Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
61b0806b
Commit
61b0806b
authored
Apr 22, 2021
by
Thibaut ROMAIN
Browse files
Update superbuild version of Swig to 3.0.12
parent
8ea8b515
Changes
1
Hide whitespace changes
Inline
Side-by-side
SuperBuild/CMake/External_swig.cmake
View file @
61b0806b
...
...
@@ -33,8 +33,8 @@ if(MSVC)
# Use pre-built swig executable (no linking is required, no install done)
ExternalProject_Add
(
SWIG
PREFIX SWIG
URL
"http://downloads.sourceforge.net/project/swig/swigwin/swigwin-3.0.
7
/swigwin-3.0.
7
.zip"
URL_MD5
d8b5a9ce49c819cc1bfc1e797b85ba7a
URL
"http://downloads.sourceforge.net/project/swig/swigwin/swigwin-3.0.
12
/swigwin-3.0.
12
.zip"
URL_MD5
a49524dad2c91ae1920974e7062bfc93
INSTALL_DIR
${
SB_INSTALL_PREFIX
}
DOWNLOAD_DIR
${
DOWNLOAD_LOCATION
}
CONFIGURE_COMMAND
""
...
...
@@ -52,8 +52,8 @@ else()
ExternalProject_Add
(
SWIG
PREFIX SWIG
URL
"http://downloads.sourceforge.net/project/swig/swig/swig-3.0.
7
/swig-3.0.
7
.tar.gz"
URL_MD5
7fff46c84b8c630ede5b0f0827e3d90a
URL
"http://downloads.sourceforge.net/project/swig/swig/swig-3.0.
12
/swig-3.0.
12
.tar.gz"
URL_MD5
82133dfa7bba75ff9ad98a7046be687c
BINARY_DIR
${
SWIG_SB_BUILD_DIR
}
INSTALL_DIR
${
SB_INSTALL_PREFIX
}
DOWNLOAD_DIR
${
DOWNLOAD_LOCATION
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment