FindSWIG: Add support for swig 3.0 application

This commit is contained in:
Sylvain Joubert 2014-07-05 14:55:36 +02:00 committed by Brad King
parent 61be345115
commit 7400695ee3
1 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@
#=============================================================================
# Copyright 2004-2009 Kitware, Inc.
# Copyright 2011 Mathieu Malaterre <mathieu.malaterre@gmail.com>
# Copyright 2014 Sylvain Joubert <joubert.sy@gmail.com>
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
@ -36,7 +37,7 @@
# (To distribute this file outside of CMake, substitute the full
# License text for the above reference.)
find_program(SWIG_EXECUTABLE NAMES swig2.0 swig)
find_program(SWIG_EXECUTABLE NAMES swig3.0 swig2.0 swig)
if(SWIG_EXECUTABLE)
execute_process(COMMAND ${SWIG_EXECUTABLE} -swiglib