summaryrefslogtreecommitdiff
path: root/Modules/FindPackageHandleStandardArgs.cmake
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2012-08-15 18:23:55 -0600
committerClinton Stimpson <clinton@elemtech.com>2012-08-15 18:23:55 -0600
commit213a9e5a7bf9904e73838afae6f430823449267d (patch)
treea88927b10242371c95117b6f7987f084e127f6e4 /Modules/FindPackageHandleStandardArgs.cmake
parentaddefc2ae3b33a75a7152730146b46b319118a24 (diff)
downloadcmake-213a9e5a7bf9904e73838afae6f430823449267d.tar.gz
fphsa: clarify message about minimum required version found.
Thanks to Dubrovskiy Viacheslav.
Diffstat (limited to 'Modules/FindPackageHandleStandardArgs.cmake')
-rw-r--r--Modules/FindPackageHandleStandardArgs.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindPackageHandleStandardArgs.cmake b/Modules/FindPackageHandleStandardArgs.cmake
index 449fd9f803..888e1097a1 100644
--- a/Modules/FindPackageHandleStandardArgs.cmake
+++ b/Modules/FindPackageHandleStandardArgs.cmake
@@ -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()