summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2016-11-11 12:59:20 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2016-11-11 12:59:20 -0800
commitdd0f60d7d2de29c7442945f4989087f3f3806d9b (patch)
treed55852e791a66eedeae03ff37e2fbe8510bd98a3 /cmake
parent7fd4200087ccc7fc697536baa58c85a5d5226db5 (diff)
parent6e9f67b98d425768e996775fd52043783af7d97f (diff)
Merge remote-tracking branch 'bastibl/cmake-qwt-fix' into next
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/FindQwt.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/FindQwt.cmake b/cmake/Modules/FindQwt.cmake
index 7e6b8fe85e..a16896aa43 100644
--- a/cmake/Modules/FindQwt.cmake
+++ b/cmake/Modules/FindQwt.cmake
@@ -30,7 +30,7 @@ find_path(QWT_INCLUDE_DIRS
)
find_library (QWT_LIBRARIES
- NAMES qwt6 qwt6-${QWT_QT_VERSION} qwt qwt-${QWT_QT_VERSION} qwt5 qwtd5
+ NAMES qwt6-${QWT_QT_VERSION} qwt-${QWT_QT_VERSION} qwt6 qwt qwt5 qwtd5
HINTS
${CMAKE_INSTALL_PREFIX}/lib
${CMAKE_INSTALL_PREFIX}/lib64