View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0015632 | CMake | Modules | public | 2015-06-25 08:30 | 2016-01-04 11:51 | ||||
Reporter | ycollet | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | no change required | ||||||
Platform | PC | OS | All | OS Version | |||||
Product Version | CMake 3.2.2 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0015632: There are 2 modules with the same some: CheckIncludeFile and CheckIncludeFiles | ||||||||
Description | There 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 ? | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
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. |
Notes |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |