diff options
author | Ben Reynwar | 2012-11-24 19:02:20 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-11-26 06:26:07 -0800 |
commit | 0d0f6eb364bda1fc6c2d2820e2d8412af3be8c5c (patch) | |
tree | 30902692125633050fbdee98680cbf38f8b49bb1 /cmake/Modules/FindQwt.cmake | |
parent | b71c875803986664611d2988193f2768bf08f207 (diff) | |
download | gnuradio-0d0f6eb364bda1fc6c2d2820e2d8412af3be8c5c.tar.gz gnuradio-0d0f6eb364bda1fc6c2d2820e2d8412af3be8c5c.tar.bz2 gnuradio-0d0f6eb364bda1fc6c2d2820e2d8412af3be8c5c.zip |
cmake: Find Qwt6 installed on OSX using macports.
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 ) |