From 22dd716b58a6a9c424a71268f78af37b972ab23b Mon Sep 17 00:00:00 2001 From: John Ralls Date: Fri, 10 Aug 2018 12:57:46 -0700 Subject: [PATCH] Set the SWIG minimum version to 2.0.11 now that we require Guile-2.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f5d372e775..42a23b6c7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -285,7 +285,7 @@ endif (WIN32) # SWIG if(GENERATE_SWIG_WRAPPERS) - find_package (SWIG REQUIRED) + find_package (SWIG 2.0.10 REQUIRED) include (${SWIG_USE_FILE}) endif()