| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| 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 | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0032078) Robert Maynard (manager) 2013-01-09 14:05 |
Closing resolved issues that have not been updated in more than 4 months. |
| Notes |
| 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 | |
| 2013-01-09 14:05 | Robert Maynard | Note Added: 0032078 | |
| 2013-01-09 14:05 | Robert Maynard | Status | resolved => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |