aboutsummaryrefslogtreecommitdiffstats
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
parentFix memset clearing non-trivial type gr_complex warnings in gcc-8 (diff)
downloadgnuradio-2a76171f40f4b427160cd5fbc2feac96e27404d7.tar.xz
gnuradio-2a76171f40f4b427160cd5fbc2feac96e27404d7.zip
Added qwt name in FindQwt.cmake necessary in some Linux Distros
-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 234f160c7..08ae5533a 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