summaryrefslogtreecommitdiff
path: root/cmake/Modules
diff options
context:
space:
mode:
authorTom Rondeau2012-02-21 22:52:58 -0500
committerTom Rondeau2012-02-21 22:52:58 -0500
commit72986143237c6b537ad73d47a914f1f1fa8501fc (patch)
tree55ea25dd0464fda98be8ac81add08883c692aee6 /cmake/Modules
parente4693dfbab735914db1947031c62eef7844e7393 (diff)
parenteedd0f0b4346aea5fed16e0ff433b0d5bffe23b9 (diff)
downloadgnuradio-72986143237c6b537ad73d47a914f1f1fa8501fc.tar.gz
gnuradio-72986143237c6b537ad73d47a914f1f1fa8501fc.tar.bz2
gnuradio-72986143237c6b537ad73d47a914f1f1fa8501fc.zip
Merge branch 'maint'
Diffstat (limited to 'cmake/Modules')
-rw-r--r--cmake/Modules/FindQwt.cmake8
1 files changed, 7 insertions, 1 deletions
diff --git a/cmake/Modules/FindQwt.cmake b/cmake/Modules/FindQwt.cmake
index 857020796..cbda16aa0 100644
--- a/cmake/Modules/FindQwt.cmake
+++ b/cmake/Modules/FindQwt.cmake
@@ -10,11 +10,17 @@ find_path (QWT_INCLUDE_DIRS
/usr/local/include/qwt
/usr/include/qwt-qt4
/usr/include/qwt
+ /opt/local/include/qwt
+ /sw/include/qwt
)
find_library (QWT_LIBRARIES
NAMES qwt-qt4 qwt
- PATHS /usr/local/lib /usr/lib
+ PATHS
+ /usr/local/lib
+ /usr/lib
+ /opt/local/lib
+ /sw/lib
)
# handle the QUIETLY and REQUIRED arguments and set QWT_FOUND to TRUE if