Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
f949c9d6
Commit
f949c9d6
authored
9 years ago
by
Gigg, Martyn Anthony
Browse files
Options
Downloads
Patches
Plain Diff
Add a new name for the Qwt debug library
parent
80ff8d12
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
buildconfig/CMake/FindQwt.cmake
+1
-1
1 addition, 1 deletion
buildconfig/CMake/FindQwt.cmake
with
1 addition
and
1 deletion
buildconfig/CMake/FindQwt.cmake
+
1
−
1
View file @
f949c9d6
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment