Browse Source

Merge topic 'fixbug0011843'

55b7c87 Add support for new swig 2.0 application
Brad King 14 năm trước cách đây
mục cha
commit
f464eb203e
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      Modules/FindSWIG.cmake

+ 2 - 1
Modules/FindSWIG.cmake

@@ -15,6 +15,7 @@
 
 #=============================================================================
 # Copyright 2004-2009 Kitware, Inc.
+# Copyright 2011 Mathieu Malaterre <[email protected]>
 #
 # Distributed under the OSI-approved BSD License (the "License");
 # see accompanying file Copyright.txt for details.
@@ -26,7 +27,7 @@
 # (To distribute this file outside of CMake, substitute the full
 #  License text for the above reference.)
 
-FIND_PROGRAM(SWIG_EXECUTABLE swig)
+FIND_PROGRAM(SWIG_EXECUTABLE swig2.0 swig)
 
 IF(SWIG_EXECUTABLE)
   EXECUTE_PROCESS(COMMAND ${SWIG_EXECUTABLE} -swiglib