summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Dickens2011-12-06 20:45:20 -0500
committerTom Rondeau2011-12-06 20:45:20 -0500
commitf6b13b858a677e4a809daf9fea42e32e772ecc3e (patch)
tree791adaa1d67ba68ce25f016a81b1e1a251fc3f3f
parent67d0b6b38b25166557de48a8e829c303d95ddfbc (diff)
downloadgnuradio-f6b13b858a677e4a809daf9fea42e32e772ecc3e.tar.gz
gnuradio-f6b13b858a677e4a809daf9fea42e32e772ecc3e.tar.bz2
gnuradio-f6b13b858a677e4a809daf9fea42e32e772ecc3e.zip
qtgui: fix for OSX to find standard Qwt install without specifying it.
-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 698edc8b9..bc8683f7d 100644
--- a/cmake/Modules/FindQwt.cmake
+++ b/cmake/Modules/FindQwt.cmake
@@ -3,7 +3,7 @@
# QWT_LIBRARIES libraries to link against
# QWT_FOUND If false, do not try to use Qwt
-find_path ( QWT_INCLUDE_DIRS qwt_plot.h /usr/include/qwt-qt4 /usr/include/qwt )
+find_path ( QWT_INCLUDE_DIRS qwt_plot.h /usr/include/qwt-qt4 /usr/include/qwt /opt/local/include/qwt )
find_library ( QWT_LIBRARIES NAMES qwt-qt4 qwt)