[cmake-developers] [CMake 0013554]: cmake --find-package should accept version arguments

Mantis Bug Tracker mantis at public.kitware.com
Fri Sep 21 11:24:16 EDT 2012


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13554 
====================================================================== 
Reported By:                Stephen Kelly
Assigned To:                Alex Neundorf
====================================================================== 
Project:                    CMake
Issue ID:                   13554
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             2012-09-21 11:24 EDT
Last Modified:              2012-09-21 11:24 EDT
====================================================================== 
Summary:                    cmake --find-package should accept version arguments
Description: 

If I have multiple versions of a package installed, I can't specify that I want
one of version greater than 5.3, for example.

$ cmake --find-package -DNAME=Qt5Core \
                       -DCOMPILER_ID=GNU \
                       -DLANGUAGE=CXX \
                       -DMODE=LINK
-rdynamic /home/stephen/dev/prefix/qtbase/lib/libQtCore.so.5.0.0
-Wl,-rpath,/home/stephen/dev/prefix/qtbase/lib
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-09-21 11:24 Stephen Kelly  New Issue                                    
2012-09-21 11:24 Stephen Kelly  Status                   new => assigned     
2012-09-21 11:24 Stephen Kelly  Assigned To               => Alex Neundorf   
======================================================================




More information about the cmake-developers mailing list