View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013484CMakeCMakepublic2012-08-21 00:522013-01-09 14:05
ReporterMahendra Ladhe 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformLinux x86OSLinux Debian 6.0.5OS Version2.6.24-23-server
Product VersionCMake-2-8 
Target VersionCMake 2.8.8Fixed in VersionCMake 2.8.8 
Summary0013484: Change the message cmake prints when processing CHECK_INCLUDE_FILES
DescriptionIf 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 ReproduceCreate 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
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0032078)
Robert Maynard (manager)
2013-01-09 14:05

Closing resolved issues that have not been updated in more than 4 months.

 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


Copyright © 2000 - 2018 MantisBT Team