Repository: incubator-singa Updated Branches: refs/heads/master 7a641bf87 -> b4ea650ef
Fix SWIG version for Python 2 Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/41d06b06 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/41d06b06 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/41d06b06 Branch: refs/heads/master Commit: 41d06b06dcfce906a0cb2c3c01a3c8aa3ea1b833 Parents: 7827351 Author: Moaz Reyad <[email protected]> Authored: Thu Dec 14 12:15:23 2017 +0800 Committer: Moaz Reyad <[email protected]> Committed: Thu Dec 14 12:15:23 2017 +0800 ---------------------------------------------------------------------- cmake/Dependencies.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/41d06b06/cmake/Dependencies.cmake ---------------------------------------------------------------------- diff --git a/cmake/Dependencies.cmake b/cmake/Dependencies.cmake index 956c121..d237468 100644 --- a/cmake/Dependencies.cmake +++ b/cmake/Dependencies.cmake @@ -132,7 +132,7 @@ IF(USE_PYTHON) ELSE() FIND_PACKAGE(PythonLibs 2.7 REQUIRED) FIND_PACKAGE(PythonInterp 2.7 REQUIRED) - FIND_PACKAGE(SWIG 3.0.10 REQUIRED) + FIND_PACKAGE(SWIG 3.0.8 REQUIRED) ENDIF() ENDIF()
