MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0013484 | CMake | CMake | public | 2012-08-21 00:52 | 2013-01-09 14:05 |
| Reporter | Mahendra Ladhe | ||||
| Assigned To | |||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Linux x86 | OS | Linux Debian 6.0.5 | OS Version | 2.6.24-23-server |
| Product Version | CMake-2-8 | ||||
| Target Version | CMake 2.8.8 | Fixed in Version | CMake 2.8.8 | ||
| Summary | 0013484: Change the message cmake prints when processing CHECK_INCLUDE_FILES | ||||
| Description | If CMakeLists.txt file has the following line CHECK_INCLUDE_FILES (pcap.h HAVE_PCAP_H) then when running cmake, the following 2 lines are printed as part of processing above line -- Looking for include files HAVE_PCAP_H -- Looking for include files HAVE_PCAP_H - found Actually it should print -- Looking for include files pcap.h -- Looking for include files pcap.h - found i.e. it should print the names of the include files (header files) that are passed to CHECK_INCLUDE_FILES instead of the variable name (e.g. HAVE_PCAP_H) | ||||
| Steps To Reproduce | Create a CMakeLists.txt file with this content: cmake_minimum_required(VERSION 2.8) include(CheckIncludeFiles) check_include_files(pcap.h HAVE_PCAP_H) and then run cmake | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2012-08-21 00:52 | Mahendra Ladhe | New Issue | |||
| 2012-08-21 02:30 | Rolf Eike Beer | Status | new => resolved | ||
| 2012-08-21 02:30 | Rolf Eike Beer | Resolution | open => fixed | ||
| 2012-08-21 02:30 | Rolf Eike Beer | Fixed in Version | => CMake 2.8.8 | ||
| 2012-08-21 06:50 | David Cole | Target Version | => CMake 2.8.8 | ||
| 2012-08-21 06:50 | David Cole | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=774#r774 | ||
| 2013-01-09 14:05 | Robert Maynard | Note Added: 0032078 | |||
| 2013-01-09 14:05 | Robert Maynard | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||