diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-11-13 10:07:59 -0800 |
---|---|---|
committer | Michael Dickens <michaelld@users.noreply.github.com> | 2018-11-13 16:37:47 -0800 |
commit | d578212ace8957bae93e77c1773f19f55735423f (patch) | |
tree | e447a2d270a6839f8b05b55d56caa086ac4b5cde /cmake | |
parent | bb37f8a8dd4ec47be55611f1dcd79a75fc78fa9b (diff) |
cmake: Add Fedora 28 paths for Qwt/Qt5
Fedora installs Qwt headers into /usr/include/qt5/qwt, which was not
listed as a hint, and finding Qwt would fail on that distro.
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/Modules/FindQwt.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/Modules/FindQwt.cmake b/cmake/Modules/FindQwt.cmake index a16896aa43..ae24f8a9a3 100644 --- a/cmake/Modules/FindQwt.cmake +++ b/cmake/Modules/FindQwt.cmake @@ -20,6 +20,7 @@ find_path(QWT_INCLUDE_DIRS /usr/local/include/qwt-${QWT_QT_VERSION} /usr/local/include/qwt /usr/include/qwt6 + /usr/include/qt5/qwt /usr/include/qwt-${QWT_QT_VERSION} /usr/include/qwt /usr/include/${QWT_QT_VERSION}/qwt |