MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0014888 | CMake | CMake | public | 2014-04-18 09:03 | 2016-06-10 14:31 |
Reporter | Peter Kuemmel | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | Windows | OS | OS Version | ||
Product Version | CMake 3.0 | ||||
Target Version | CMake 3.0 | Fixed in Version | |||
Summary | 0014888: FeatureSummary does not recognize Qt 4 | ||||
Description | CMake file: cmake_minimum_required(VERSION 2.8.9) include(FeatureSummary) set(QT_MIN_VERSION 4.7.0) find_package(Qt4 ${QT_MIN_VERSION} REQUIRED QtCore QtGui QtNetwork) find_package(Qt4 ${QT_MIN_VERSION} QUIET COMPONENTS QtScript QtScriptTools QtWebKit QtDesigner QtSvg QtTest) feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES) Output: -- Building for: Visual Studio 12 2013 -- The C compiler identification is MSVC 18.0.30219.0 . . -- Found Qt4: D:/qt4/bin/qmake.exe (found suitable version "4.8.6", minimum required is "4.7.0") -- -- The following REQUIRED packages have not been found: * Qt4 (required version >= 4.7.0) CMake Error at C:/Program Files/CMake/share/cmake-3.0/Modules/FeatureSummary.cmake:537 (message): feature_summary() Error: REQUIRED package(s) are missing, aborting CMake run. Call Stack (most recent call first): CMakeLists.txt:8 (feature_summary) -- Configuring incomplete, errors occurred! | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-04-18 09:03 | Peter Kuemmel | New Issue | |||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042538 | |||
2016-06-10 14:29 | Kitware Robot | Status | new => resolved | ||
2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:29 | Kitware Robot | Assigned To | => Kitware Robot | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|