commit-gnuradio
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]