View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015632CMakeModulespublic2015-06-25 08:302016-01-04 11:51
Reporterycollet 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionno change required 
PlatformPCOSAllOS Version
Product VersionCMake 3.2.2 
Target VersionFixed in Version 
Summary0015632: There are 2 modules with the same some: CheckIncludeFile and CheckIncludeFiles
DescriptionThere are 2 modules with the same some: CheckIncludeFile and CheckIncludeFiles
Both have the same come except for the variable names.
Should one should be remove ?
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0038974)
Brad King (manager)
2015-06-25 08:37

CheckIncludeFile supports checking a single #include line. Later CheckIncludeFiles was added when we realized some headers need other headers to work so it supports multiple #include lines. The former is kept for compatibility with projects using it.
(0038975)
ycollet (reporter)
2015-06-25 08:50

Maybe adding a little more documentation in CheckIncludeFiles:

Check if several files can be included

instead of

Check if the files can be included

And in CheckIncludeFile, a little recommandation:
"Please use CheckIncludeFiles instead of CheckIncludeFile"

It was not that clear to see the differences :)
(0038976)
Brad King (manager)
2015-06-25 09:42

I've revised the module documentation:

 Help: Revise CheckIncludeFile* documentation
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=81d58b0d [^]
(0038979)
ycollet (reporter)
2015-06-25 09:57

Thanks a lot.
(0040080)
Robert Maynard (manager)
2016-01-04 11:51

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

 Issue History
Date Modified Username Field Change
2015-06-25 08:30 ycollet New Issue
2015-06-25 08:37 Brad King Note Added: 0038974
2015-06-25 08:37 Brad King Status new => resolved
2015-06-25 08:37 Brad King Resolution open => no change required
2015-06-25 08:50 ycollet Note Added: 0038975
2015-06-25 09:42 Brad King Note Added: 0038976
2015-06-25 09:57 ycollet Note Added: 0038979
2016-01-04 11:51 Robert Maynard Note Added: 0040080
2016-01-04 11:51 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team