MantisBT - CMake
View Issue Details
0014384CMakeModulespublic2013-08-31 11:162016-06-10 14:31
Rolf Eike Beer 
Alex Neundorf 
normalminoralways
closedmoved 
CMake 2.8.12 
 
0014384: FPHSA should work differently for EXACT version with patch versions
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".
No tags attached.
Issue History
2013-08-31 11:16Rolf Eike BeerNew Issue
2013-08-31 11:16Rolf Eike BeerStatusnew => assigned
2013-08-31 11:16Rolf Eike BeerAssigned To => Alex Neundorf
2016-06-10 14:29Kitware RobotNote Added: 0042357
2016-06-10 14:29Kitware RobotStatusassigned => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042357)
Kitware Robot   
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.