Skip to content

Commit

Permalink
Update superbuild SWIG version to 2.0.9
Browse files Browse the repository at this point in the history
Change-Id: Ie320fe737057802ee32500d09b401ff32d143023
  • Loading branch information
blowekamp committed Dec 26, 2012
1 parent e9154b3 commit 331990f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SuperBuild/External_Swig.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
set( TARGET_SWIG_VERSION 2.0.8 )
set( TARGET_SWIG_VERSION 2.0.9 )
if(NOT SWIG_DIR)
if(WIN32)
# swig.exe available as pre-built binary on Windows:
ExternalProject_Add(Swig
URL http://prdownloads.sourceforge.net/swig/swigwin-${TARGET_SWIG_VERSION}.zip
URL_MD5 b33724aaa42a736816d7f095e7d93e4f
URL_MD5 a1dc34766cf599f49e2092f7973c85f4
SOURCE_DIR ${CMAKE_CURRENT_BINARY_DIR}/swigwin-${TARGET_SWIG_VERSION}
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
Expand Down Expand Up @@ -58,7 +58,7 @@ if(NOT SWIG_DIR)

ExternalProject_add(Swig
URL http://prdownloads.sourceforge.net/swig/swig-${TARGET_SWIG_VERSION}.tar.gz
URL_MD5 69f917e870efc0712c06ab53217b28d1
URL_MD5 54d534b14a70badc226129159412ea85
CONFIGURE_COMMAND ${swig_CONFIGURE_COMMAND}
DEPENDS PCRE
)
Expand Down

0 comments on commit 331990f

Please sign in to comment.