diff options
author | Johnathan Corgan | 2012-11-26 06:28:56 -0800 |
---|---|---|
committer | Johnathan Corgan | 2012-11-26 06:28:56 -0800 |
commit | 11c2ceb8c6d671f9083153414fd96420c773d005 (patch) | |
tree | bea42a067fba432ab42feedd362598ff9024ea9a /cmake/Modules/FindQwt.cmake | |
parent | 2d1d05a8c4cd2f9597bcebe7f0801b5a8948aeab (diff) | |
parent | 9f83463dd5915b307c475a86b8ea46341e63cba6 (diff) | |
download | gnuradio-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.cmake | 2 |
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 ) |