View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0011421CMakeModulespublic2010-11-09 04:552011-01-12 07:47
ReporterRolf Eike Beer 
Assigned ToAlex Neundorf 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake 2.8.3 
Target VersionCMake 2.8.4Fixed in VersionCMake 2.8.4 
Summary0011421: FindPackage(Qt3 REQUIRED) does not fail if Qt3 is not found
DescriptionI 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
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0023109)
Alex Neundorf (developer)
2010-11-09 15:56

Fixed and pushed to next.

Alex

 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


Copyright © 2000 - 2018 MantisBT Team