View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014384CMakeModulespublic2013-08-31 11:162016-06-10 14:31
ReporterRolf Eike Beer 
Assigned ToAlex Neundorf 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product VersionCMake 2.8.12 
Target VersionFixed in Version 
Summary0014384: FPHSA should work differently for EXACT version with patch versions
DescriptionThere 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".
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0042357)
Kitware Robot (administrator)
2016-06-10 14:29

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 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


Copyright © 2000 - 2018 MantisBT Team