summaryrefslogtreecommitdiff
path: root/cmake/Modules/FindQwt.cmake
diff options
context:
space:
mode:
authorJohnathan Corgan2012-11-26 06:28:56 -0800
committerJohnathan Corgan2012-11-26 06:28:56 -0800
commit11c2ceb8c6d671f9083153414fd96420c773d005 (patch)
treebea42a067fba432ab42feedd362598ff9024ea9a /cmake/Modules/FindQwt.cmake
parent2d1d05a8c4cd2f9597bcebe7f0801b5a8948aeab (diff)
parent9f83463dd5915b307c475a86b8ea46341e63cba6 (diff)
downloadgnuradio-11c2ceb8c6d671f9083153414fd96420c773d005.tar.gz
gnuradio-11c2ceb8c6d671f9083153414fd96420c773d005.tar.bz2
gnuradio-11c2ceb8c6d671f9083153414fd96420c773d005.zip
Merge branch 'maint'
Diffstat (limited to 'cmake/Modules/FindQwt.cmake')
-rw-r--r--cmake/Modules/FindQwt.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/Modules/FindQwt.cmake b/cmake/Modules/FindQwt.cmake
index f2cf3440d..db5ca6d27 100644
--- a/cmake/Modules/FindQwt.cmake
+++ b/cmake/Modules/FindQwt.cmake
@@ -11,6 +11,7 @@ find_path (QWT_INCLUDE_DIRS
/usr/include/qwt-qt4
/usr/include/qwt
/opt/local/include/qwt
+ /opt/local/lib/qwt.framework/Headers
/sw/include/qwt
)
@@ -20,6 +21,7 @@ find_library (QWT_LIBRARIES
/usr/local/lib
/usr/lib
/opt/local/lib
+ /opt/local/lib/qwt.framework
/sw/lib
)