summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2014-03-31 13:05:12 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2014-03-31 13:05:12 -0700
commit7390c25fba76941573f5260c6bcf81b0a098636d (patch)
tree52693b6e528e53dda370fb77dd561578912fb474
parent9d8060422c90ade3277333c5fd1a9161f4899584 (diff)
parentfd16fc70f8415fcf337067b595f758c358b4420f (diff)
Merge remote-tracking branch 'balint/3.7-1/findqwt_max_ver_6.2.0'
-rw-r--r--cmake/Modules/FindQwt.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/Modules/FindQwt.cmake b/cmake/Modules/FindQwt.cmake
index 82f0780deb..1a246c8a62 100644
--- a/cmake/Modules/FindQwt.cmake
+++ b/cmake/Modules/FindQwt.cmake
@@ -39,13 +39,13 @@ if(QWT_INCLUDE_DIRS)
QWT_STRING_VERSION REGEX "QWT_VERSION_STR")
string(REGEX MATCH "[0-9]+.[0-9]+.[0-9]+" QWT_VERSION ${QWT_STRING_VERSION})
string(COMPARE LESS ${QWT_VERSION} "5.2.0" QWT_WRONG_VERSION)
- string(COMPARE GREATER ${QWT_VERSION} "6.1.2" QWT_WRONG_VERSION)
+ string(COMPARE GREATER ${QWT_VERSION} "6.2.0" QWT_WRONG_VERSION)
message(STATUS "QWT Version: ${QWT_VERSION}")
if(NOT QWT_WRONG_VERSION)
set(QWT_FOUND TRUE)
else(NOT QWT_WRONG_VERSION)
- message(STATUS "QWT Version must be >= 5.2 and <= 6.0.2, Found ${QWT_VERSION}")
+ message(STATUS "QWT Version must be >= 5.2 and <= 6.2.0, Found ${QWT_VERSION}")
endif(NOT QWT_WRONG_VERSION)
endif(QWT_INCLUDE_DIRS)