Skip to content
Snippets Groups Projects
Commit f949c9d6 authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony
Browse files

Add a new name for the Qwt debug library

parent 80ff8d12
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ find_path ( QWT_INCLUDE_DIR qwt.h ...@@ -12,7 +12,7 @@ find_path ( QWT_INCLUDE_DIR qwt.h
PATH_SUFFIXES qwt5 qwt5-qt4 qwt-qt4 qwt PATH_SUFFIXES qwt5 qwt5-qt4 qwt-qt4 qwt
NO_DEFAULT_PATH ) NO_DEFAULT_PATH )
find_library ( QWT_LIBRARY NAMES qwt5-qt4 qwt-qt4 qwt5 qwt HINTS /opt/rh/${MANTIDLIBS}/root/usr/lib64 ) find_library ( QWT_LIBRARY NAMES qwt5-qt4 qwt-qt4 qwt5 qwt HINTS /opt/rh/${MANTIDLIBS}/root/usr/lib64 )
find_library ( QWT_LIBRARY_DEBUG qwtd ) find_library ( QWT_LIBRARY_DEBUG NAMES qwtd qwtd5 )
# in REQUIRED mode: terminate if one of the above find commands failed # in REQUIRED mode: terminate if one of the above find commands failed
include ( FindPackageHandleStandardArgs ) include ( FindPackageHandleStandardArgs )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment