The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=12414 ====================================================================== Reported By: Sergei Epifanov Assigned To: ====================================================================== Project: CMake Issue ID: 12414 Category: Modules Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2011-08-20 03:52 EDT Last Modified: 2011-08-20 03:52 EDT ====================================================================== Summary: Mistakes in FindQt3.cmake and FindQt4.cmake Qt version definition Description: Files FindQt3.cmake and FindQt4.cmake have mistakes in defining required Qt version for building program. Minor version variable recieves only the first digit but not two or more.
Steps to Reproduce: Set QTVERSION or QT_MIN_VERSION with minor version 10 or higher. Additional Information: Just compare REGEX for major version and patch variables to find the mistake. Patch is applied. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-08-20 03:52 Sergei EpifanovNew Issue 2011-08-20 03:52 Sergei EpifanovFile Added: cmake-version.patch ====================================================================== _______________________________________________ cmake-developers mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
