summaryrefslogtreecommitdiff
path: root/cmake/Modules
diff options
context:
space:
mode:
authorJan Kraemer <kraemer.jn@gmail.com>2019-08-22 22:57:03 +0200
committerMarcus Müller <marcus@hostalia.de>2019-08-23 13:18:53 +0200
commit2a76171f40f4b427160cd5fbc2feac96e27404d7 (patch)
treef9332d168ee60c6b4395be25e9619eef5d2ef5ee /cmake/Modules
parent943f3c1942f4ca080c964480e4fd75c4d2a930d6 (diff)
Added qwt name in FindQwt.cmake necessary in some Linux Distros
Diffstat (limited to 'cmake/Modules')
-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 234f160c75..08ae5533a6 100644
--- a/cmake/Modules/FindQwt.cmake
+++ b/cmake/Modules/FindQwt.cmake
@@ -29,7 +29,7 @@ find_path(QWT_INCLUDE_DIRS
)
find_library (QWT_LIBRARIES
- NAMES ${PC_QWT_LIBRARIES} qwt6-${QWT_QT_VERSION} qwt-${QWT_QT_VERSION}
+ NAMES ${PC_QWT_LIBRARIES} qwt6-${QWT_QT_VERSION} qwt-${QWT_QT_VERSION} qwt
HINTS
${PC_QWT_LIBDIR}
${CMAKE_INSTALL_PREFIX}/lib