Merge topic 'FixFindQt3REQUIRED'

a39ee97 Fix #11421: FindQt3.cmake doesn't honor the REQUIRED keyword
This commit is contained in:
David Cole 2010-11-16 14:46:04 -05:00 committed by CMake Topic Stage
commit caf680c4d7
1 changed files with 3 additions and 3 deletions

View File

@ -242,9 +242,9 @@ IF (QT_MIN_VERSION)
ENDIF (QT_MIN_VERSION)
# if the include a library are found then we have it
IF(QT_INCLUDE_DIR AND QT_QT_LIBRARY)
SET( QT_FOUND "YES" )
ENDIF(QT_INCLUDE_DIR AND QT_QT_LIBRARY)
INCLUDE(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(Qt3 DEFAULT_MSG QT_QT_LIBRARY QT_INCLUDE_DIR QT_MOC_EXECUTABLE)
SET(QT_FOUND ${QT3_FOUND} )
IF(QT_FOUND)
SET( QT_LIBRARIES ${QT_LIBRARIES} ${QT_QT_LIBRARY} )