MantisBT - CMake
View Issue Details
0010477CMakeModulespublic2010-03-29 05:242010-10-06 14:43
Rolf Eike Beer 
Kovarththanan Rajaratnam 
normalfeaturealways
closedfixed 
CMake-2-8 
CMake 2.8.3CMake 2.8.3 
0010477: FindZLIB should work with version numbers
I've the problem that e.g. QNX has zlib 1.1 but I need 1.2. So FIND_PACKAGE(ZLIB) will tell me that is has a library found but I can't tell if it's a valid one.

IMHO best solution would be to allow the required version to be specified in FIND_PACKAGE like it works for Qt4: FIND_PACKAGE(ZLIB 1.2)
No tags attached.
Issue History
2010-03-29 05:24Rolf Eike BeerNew Issue
2010-03-29 05:25Rolf Eike BeerNote Added: 0020024
2010-03-29 15:13Alex NeundorfCategoryCCMake => Modules
2010-08-03 12:17Kovarththanan RajaratnamStatusnew => assigned
2010-08-03 12:17Kovarththanan RajaratnamAssigned To => Kovarththanan Rajaratnam
2010-08-04 00:46Kovarththanan RajaratnamStatusassigned => closed
2010-08-04 00:46Kovarththanan RajaratnamResolutionopen => fixed
2010-08-04 00:46Kovarththanan RajaratnamFixed in Version => CMake-2-8
2010-08-31 18:00David ColeTarget Version => CMake 2.8.3
2010-10-06 14:43David ColeFixed in VersionCMake-2-8 => CMake 2.8.3

Notes
(0020024)
Rolf Eike Beer   
2010-03-29 05:25   
Sorry, that should have been "CMake", not "CCMake".