diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-11-11 12:59:20 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-11-11 12:59:20 -0800 |
commit | dd0f60d7d2de29c7442945f4989087f3f3806d9b (patch) | |
tree | d55852e791a66eedeae03ff37e2fbe8510bd98a3 /cmake | |
parent | 7fd4200087ccc7fc697536baa58c85a5d5226db5 (diff) | |
parent | 6e9f67b98d425768e996775fd52043783af7d97f (diff) |
Merge remote-tracking branch 'bastibl/cmake-qwt-fix' into next
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/Modules/FindQwt.cmake | 2 |
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 |