commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 07/07: Changing search order for qwt


From: git
Subject: [Commit-gnuradio] [gnuradio] 07/07: Changing search order for qwt
Date: Mon, 27 Jan 2014 20:10:36 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch maint
in repository gnuradio.

commit 30c7c0eba0e831822844001a5b7098639ff1eeb0
Author: dl1ksv <address@hidden>
Date:   Mon Jan 27 17:49:21 2014 +0100

    Changing search order for qwt
---
 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 a940558..0e2c135 100644
--- a/cmake/Modules/FindQwt.cmake
+++ b/cmake/Modules/FindQwt.cmake
@@ -21,7 +21,7 @@ find_path(QWT_INCLUDE_DIRS
 )
 
 find_library (QWT_LIBRARIES
-  NAMES qwt qwt6 qwt-qt4
+  NAMES qwt6 qwt qwt-qt4
   HINTS
   ${CMAKE_INSTALL_PREFIX}/lib
   ${CMAKE_INSTALL_PREFIX}/lib64
@@ -56,4 +56,4 @@ if(QWT_FOUND)
   include ( FindPackageHandleStandardArgs )
   find_package_handle_standard_args( Qwt DEFAULT_MSG QWT_LIBRARIES 
QWT_INCLUDE_DIRS )
   MARK_AS_ADVANCED(QWT_LIBRARIES QWT_INCLUDE_DIRS)
-endif(QWT_FOUND)
\ No newline at end of file
+endif(QWT_FOUND)



reply via email to

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