summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorTim O'Shea <tim.oshea753@gmail.com>2013-04-20 15:21:45 -0400
committerTim O'Shea <tim.oshea753@gmail.com>2013-04-20 15:21:45 -0400
commitea107f951b311a942c4bfc30485b39ad1a23b199 (patch)
treee50d0e4f7e996a14bbd27c60bbfed1e4927d2507 /cmake
parent7168ae4bc8353c69d29544686d007849e6dbef24 (diff)
libqwt.so should take precedence over libqwt-qt4.so (qwt6 vs qwt5)
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/FindQwt.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/FindQwt.cmake b/cmake/Modules/FindQwt.cmake
index df1bb19d36..eba3e64e31 100644
--- a/cmake/Modules/FindQwt.cmake
+++ b/cmake/Modules/FindQwt.cmake
@@ -18,7 +18,7 @@ find_path (QWT_INCLUDE_DIRS
)
find_library (QWT_LIBRARIES
- NAMES qwt-qt4 qwt
+ NAMES qwt qwt-qt4
HINTS
${CMAKE_INSTALL_PREFIX}/lib
${CMAKE_INSTALL_PREFIX}/lib64