MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0011421 | CMake | Modules | public | 2010-11-09 04:55 | 2011-01-12 07:47 |
| Reporter | Rolf Eike Beer | ||||
| Assigned To | Alex Neundorf | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | CMake 2.8.3 | ||||
| Target Version | CMake 2.8.4 | Fixed in Version | CMake 2.8.4 | ||
| Summary | 0011421: FindPackage(Qt3 REQUIRED) does not fail if Qt3 is not found | ||||
| Description | I use this CMakeLists.txt on a Linux (openSUSE 11.3) system without Qt3 installed: CMAKE_MINIMUM_REQUIRED(VERSION 2.6.4) SET(QT_MT_REQUIRED TRUE) FIND_PACKAGE(Qt3 REQUIRED) MESSAGE(STATUS ${QT_INCLUDE_DIR}) The output is: -- QT_INCLUDE_DIR-NOTFOUND -- Configuring done -- Generating done | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2010-11-09 04:55 | Rolf Eike Beer | New Issue | |||
| 2010-11-09 15:41 | Alex Neundorf | Assigned To | => Alex Neundorf | ||
| 2010-11-09 15:41 | Alex Neundorf | Status | new => assigned | ||
| 2010-11-09 15:41 | Alex Neundorf | Category | CMake => Modules | ||
| 2010-11-09 15:56 | Alex Neundorf | Note Added: 0023109 | |||
| 2010-11-09 15:56 | Alex Neundorf | Status | assigned => closed | ||
| 2010-11-09 15:56 | Alex Neundorf | Resolution | open => fixed | ||
| 2011-01-12 07:47 | David Cole | Fixed in Version | => CMake 2.8.4 | ||
| 2011-01-12 07:47 | David Cole | Target Version | => CMake 2.8.4 | ||
| Notes | |||||
|
|
|||||
|
|
||||