fphsa: clarify message about minimum required version found.

Thanks to Dubrovskiy Viacheslav.
This commit is contained in:
Clinton Stimpson 2012-08-15 18:23:55 -06:00
parent addefc2ae3
commit 213a9e5a7b
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()