MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0014384 | CMake | Modules | public | 2013-08-31 11:16 | 2016-06-10 14:31 |
| Reporter | Rolf Eike Beer | ||||
| Assigned To | Alex Neundorf | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | CMake 2.8.12 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0014384: FPHSA should work differently for EXACT version with patch versions | ||||
| Description | There is currently no way to select e.g. Python 2.6.*. You can say find_package(PythonLibs 2) and will get the most recent one of 2.*, e.g. 2.7 or 2.5.3 find_package(PythonLibs 2.6) and get the most recent one of 2.* that is at least 2.6, e.g. 2.7 or 2.6.3 find_package(PythonLibs 2.6 EXACT) and will get only 2.6 Giving an expression that matches 2.6.*, but not 2.7.* is currently not possible. I would say that "2.6.0 EXACT" would match 2.6 or 2.6.0, but "2.6 EXACT" would match 2.6.*. Or one must be allowed to say "2.6.* EXACT". | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2013-08-31 11:16 | Rolf Eike Beer | New Issue | |||
| 2013-08-31 11:16 | Rolf Eike Beer | Status | new => assigned | ||
| 2013-08-31 11:16 | Rolf Eike Beer | Assigned To | => Alex Neundorf | ||
| 2016-06-10 14:29 | Kitware Robot | Note Added: 0042357 | |||
| 2016-06-10 14:29 | Kitware Robot | Status | assigned => resolved | ||
| 2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||