MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012464 | CMake | Modules | public | 2011-09-17 16:09 | 2011-09-22 16:59 |
| Reporter | Yury G. Kudryashov | ||||
| Assigned To | Alex Neundorf | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | CMake 2.8.6 | Fixed in Version | CMake 2.8.6 | ||
| Summary | 0012464: FeatureSummary warns if one tries to replace description with the same string | ||||
| Description | It makes no sense to warn user if he wants to replace package description with the same string (e.g., as a result of calling find_package() twice). | ||||
| Steps To Reproduce | 1. Add a line like set_package_properties(MyPackage PROPERTIES URL http://myurl [^] DESCRIPTION "desc") to FindMyPackage.cmake. 2. Call find_package(MyPackage) twice in CMakeLists.txt | ||||
| Additional Information | The attached patch fixes the problem. | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://public.kitware.com/Bug/file/4055/feature-summary-no-warn.diff | ||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2011-09-17 16:09 | Yury G. Kudryashov | New Issue | |||
| 2011-09-17 16:09 | Yury G. Kudryashov | File Added: feature-summary-no-warn.diff | |||
| 2011-09-18 06:37 | Alex Neundorf | Assigned To | => Alex Neundorf | ||
| 2011-09-18 06:37 | Alex Neundorf | Status | new => assigned | ||
| 2011-09-18 06:37 | Alex Neundorf | Category | CMake => Modules | ||
| 2011-09-18 07:05 | Alex Neundorf | Note Added: 0027444 | |||
| 2011-09-18 07:05 | Alex Neundorf | Status | assigned => closed | ||
| 2011-09-18 07:05 | Alex Neundorf | Resolution | open => fixed | ||
| 2011-09-22 16:59 | David Cole | Fixed in Version | => CMake 2.8.6 | ||
| 2011-09-22 16:59 | David Cole | Target Version | => CMake 2.8.6 | ||
| Notes | |||||
|
|
|||||
|
|
||||