Merge topic 'fphsa-message'

213a9e5 fphsa: clarify message about minimum required version found.
This commit is contained in:
David Cole 2012-08-20 15:39:53 -04:00 committed by CMake Topic Stage
commit c2022eb06d
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ function(FIND_PACKAGE_HANDLE_STANDARD_ARGS _NAME _FIRST_ARG)
set(VERSION_MSG "Found unsuitable version \"${VERSION}\", but required is at least \"${${_NAME}_FIND_VERSION}\"")
set(VERSION_OK FALSE)
else ()
set(VERSION_MSG "(found suitable version \"${VERSION}\", required is \"${${_NAME}_FIND_VERSION}\")")
set(VERSION_MSG "(found suitable version \"${VERSION}\", minimum required is \"${${_NAME}_FIND_VERSION}\")")
endif ()
endif()