[cmake-developers] [CMake 0012280]: FindSWIG won't find swig 1.3
Mantis Bug Tracker
mantis at public.kitware.com
Wed Jun 15 16:19:58 EDT 2011
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=12280
======================================================================
Reported By: Julien Malik
Assigned To:
======================================================================
Project: CMake
Issue ID: 12280
Category: CMake
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2011-06-15 16:19 EDT
Last Modified: 2011-06-15 16:19 EDT
======================================================================
Summary: FindSWIG won't find swig 1.3
Description:
I have swig 1.3 installed, but not 2.0
CMake won't find swig automatically.
If I install 2.0, swig is found correctly.
The attached patch fixes it.
Seems like find_program is not called with conventions from the documentation.
Steps to Reproduce:
project(TestFindSWIG)
cmake_minimum_required(VERSION 2.8)
find_package(SWIG)
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-06-15 16:19 Julien Malik New Issue
2011-06-15 16:19 Julien Malik File Added:
0001-FindSWIG-use-NAMES-in-find_program-directives.patch
======================================================================
More information about the cmake-developers
mailing list