Merge topic 'PutRequiredVersionInDetailMessageInFPHSA'

567ac0b Also store the required version number in the details message.
This commit is contained in:
Brad King 2010-09-28 14:05:15 -04:00 committed by CMake Topic Stage
commit dbf7664c99
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ FUNCTION(FIND_PACKAGE_HANDLE_STANDARD_ARGS _NAME _FIRST_ARG)
ENDIF (${_NAME}_FIND_VERSION)
IF(VERSION_OK)
SET(DETAILS "${DETAILS}[v${VERSION}]")
SET(DETAILS "${DETAILS}[v${VERSION}(${${_NAME}_FIND_VERSION})]")
ELSE(VERSION_OK)
SET(${_NAME_UPPER}_FOUND FALSE)
ENDIF(VERSION_OK)