diff options
author | Tim O'Shea <tim.oshea753@gmail.com> | 2013-04-20 15:21:45 -0400 |
---|---|---|
committer | Tim O'Shea <tim.oshea753@gmail.com> | 2013-04-20 15:21:45 -0400 |
commit | ea107f951b311a942c4bfc30485b39ad1a23b199 (patch) | |
tree | e50d0e4f7e996a14bbd27c60bbfed1e4927d2507 /cmake | |
parent | 7168ae4bc8353c69d29544686d007849e6dbef24 (diff) |
libqwt.so should take precedence over libqwt-qt4.so (qwt6 vs qwt5)
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/Modules/FindQwt.cmake | 2 |
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 |