[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 06/06: add default OSX homebrew path to Fin
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 06/06: add default OSX homebrew path to FindQwt, last in the list; should never conflict with other OSs nor MacPorts or Fink |
Date: |
Sun, 16 Feb 2014 21:11:10 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a commit to branch maint
in repository gnuradio.
commit 1366dc2cf52fc3e97c27331fed7747198341cc22
Author: Michael Dickens <address@hidden>
Date: Fri Jan 31 13:53:04 2014 -0500
add default OSX homebrew path to FindQwt, last in the list; should never
conflict with other OSs nor MacPorts or Fink
---
cmake/Modules/FindQwt.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/Modules/FindQwt.cmake b/cmake/Modules/FindQwt.cmake
index 0e2c135..82f0780 100644
--- a/cmake/Modules/FindQwt.cmake
+++ b/cmake/Modules/FindQwt.cmake
@@ -16,8 +16,8 @@ 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
+ /usr/local/lib/qwt.framework/Headers
)
find_library (QWT_LIBRARIES
@@ -29,8 +29,8 @@ find_library (QWT_LIBRARIES
/usr/local/lib
/usr/lib
/opt/local/lib
- /opt/local/lib/qwt.framework
/sw/lib
+ /usr/local/lib/qwt.framework
)
set(QWT_FOUND FALSE)
- [Commit-gnuradio] [gnuradio] branch maint updated (69323c1 -> 1366dc2), git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 05/06: Merge remote-tracking branch 'mbant/oot-modules-without-cpp-maint' into maint, git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 01/06: modtool: added skipping of lib/ and swig/ if sources list is empty, git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 02/06: Remove "Bytes to Symbols" block from GRC as bytes_to_syms no longer exists., git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 06/06: add default OSX homebrew path to FindQwt, last in the list; should never conflict with other OSs nor MacPorts or Fink,
git <=
- [Commit-gnuradio] [gnuradio] 04/06: Removes qt3 leftovers in qtgui code., git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 03/06: digital: Fixed example which had invalid default values after changing HPD, git, 2014/02/16