[cmake-developers] [CMake 0012280]: FindSWIG won't find swig 1.3

Brad King brad.king at kitware.com
Thu Jun 16 16:17:21 EDT 2011


On 06/16/2011 03:38 PM, Alan W. Irwin wrote:
> I have investigated further, and here is the situation.
> 
> CMake-2.8.5-rc2 shows the following FindSWIG.cmake difference with
> CMake-2.8.4;
> 
> 17a18
>> # Copyright 2011 Mathieu Malaterre <mathieu.malaterre at gmail.com>
> 29c30
> < FIND_PROGRAM(SWIG_EXECUTABLE swig)
> ---
>> FIND_PROGRAM(SWIG_EXECUTABLE swig2.0 swig)

Great, thanks for tracking down the details.  I re-committed the fix
with a more informative commit message:

  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=03809b14
  http://www.cmake.org/Bug/view.php?id=12280#c26890

Thanks,
-Brad



More information about the cmake-developers mailing list