commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 04/05: cmake: Additional search path for QW


From: git
Subject: [Commit-gnuradio] [gnuradio] 04/05: cmake: Additional search path for QWT include files.
Date: Wed, 1 Oct 2014 15:49:18 +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 afd238d24ebf370ac458710db0a46e7f5ae31b7f
Author: Volker Schroer <address@hidden>
Date:   Tue Sep 30 22:15:24 2014 -0400

    cmake: Additional search path for QWT include files.
    
    This is specific to QWT5. In 3.8, we will likely move to QWT6.
    
    Addresses Issue #735.
---
 cmake/Modules/FindQwt.cmake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmake/Modules/FindQwt.cmake b/cmake/Modules/FindQwt.cmake
index 1e82cb9..68f55bf 100644
--- a/cmake/Modules/FindQwt.cmake
+++ b/cmake/Modules/FindQwt.cmake
@@ -15,6 +15,7 @@ find_path(QWT_INCLUDE_DIRS
   /usr/include/qwt6
   /usr/include/qwt-qt4
   /usr/include/qwt
+  /usr/include/qwt5
   /opt/local/include/qwt
   /sw/include/qwt
   /usr/local/lib/qwt.framework/Headers



reply via email to

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