summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2017-03-15 21:42:45 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2017-03-15 21:42:45 -0700
commit36ffcf513ad7397d3885dca6f25206424cca8f18 (patch)
tree7d5826d8b0d512a43a0716a9418d1fa9282abc4b /cmake
parent5a234c89832b85a0033fd1c0194641c620de26e6 (diff)
parentfc7486d9a8b91bae9a94d40c5e0372ffc43b47fc (diff)
Merge remote-tracking branch 'gnuradio-github/pr/1224'
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/FindSWIG.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/Modules/FindSWIG.cmake b/cmake/Modules/FindSWIG.cmake
index 156bd5ed52..ed1ac93341 100644
--- a/cmake/Modules/FindSWIG.cmake
+++ b/cmake/Modules/FindSWIG.cmake
@@ -86,7 +86,7 @@ if(SWIG_FOUND)
# SWIG was found; make sure the version meets GR's needs
message(STATUS "Found SWIG version ${SWIG_VERSION}.")
- if("${SWIG_VERSION}" VERSION_GREATER "1.3.30")
+ if("${SWIG_VERSION}" VERSION_GREATER "2.0.3")
if(NOT "${SWIG_VERSION}" VERSION_EQUAL "3.0.3" AND
NOT "${SWIG_VERSION}" VERSION_EQUAL "3.0.4")
set(SWIG_VERSION_CHECK TRUE)
@@ -94,7 +94,7 @@ if(SWIG_FOUND)
message(STATUS "SWIG versions 3.0.3 and 3.0.4 fail to work with GNU Radio.")
endif()
else()
- message(STATUS "Minimum SWIG version required is 1.3.31 for GNU Radio.")
+ message(STATUS "Minimum SWIG version required is 2.0.4 for GNU Radio.")
endif()
else()