Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
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
RadioObservatory
LOFAR
Commits
0a801e08
Commit
0a801e08
authored
10 years ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
Task #7336: Locate paths to qpid executables
parent
2d1367ba
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMake/FindQPID.cmake
+10
-0
10 additions, 0 deletions
CMake/FindQPID.cmake
with
10 additions
and
0 deletions
CMake/FindQPID.cmake
+
10
−
0
View file @
0a801e08
...
@@ -9,6 +9,9 @@
...
@@ -9,6 +9,9 @@
# QPID_LIBRARY - the QPID library (cached)
# QPID_LIBRARY - the QPID library (cached)
# QPID_LIBRARIES - the QPID libraries
# QPID_LIBRARIES - the QPID libraries
# (identical to QPID_LIBRARY)
# (identical to QPID_LIBRARY)
# QPID_RECEIVE_EXECUTABLE - the full path of qpid-receive
# QPID_SEND_EXECUTABLE - the full path of qpid-send
# QPID_STAT_EXECUTABLE - the full path of qpid-stat
# Copyright (C) 2015
# Copyright (C) 2015
# ASTRON (Netherlands Institute for Radio Astronomy)
# ASTRON (Netherlands Institute for Radio Astronomy)
...
@@ -39,6 +42,13 @@ if(NOT QPID_FOUND)
...
@@ -39,6 +42,13 @@ if(NOT QPID_FOUND)
find_library
(
QPID_TYPES_LIBRARY qpidtypes
find_library
(
QPID_TYPES_LIBRARY qpidtypes
HINTS
${
QPID_ROOT_DIR
}
PATH_SUFFIXES lib
)
HINTS
${
QPID_ROOT_DIR
}
PATH_SUFFIXES lib
)
find_program
(
QPID_RECEIVE_EXECUTABLE qpid-receive
HINTS
${
QPID_ROOT_DIR
}
PATH_SUFFIXES bin
)
find_program
(
QPID_SEND_EXECUTABLE qpid-send
HINTS
${
QPID_ROOT_DIR
}
PATH_SUFFIXES bin
)
find_program
(
QPID_STAT_EXECUTABLE qpid-stat
HINTS
${
QPID_ROOT_DIR
}
PATH_SUFFIXES bin
)
set
(
QPID_LIBRARY
${
QPID_MESSAGING_LIBRARY
}
${
QPID_TYPES_LIBRARY
}
)
set
(
QPID_LIBRARY
${
QPID_MESSAGING_LIBRARY
}
${
QPID_TYPES_LIBRARY
}
)
mark_as_advanced
(
QPID_INCLUDE_DIR QPID_LIBRARY
)
mark_as_advanced
(
QPID_INCLUDE_DIR QPID_LIBRARY
)
...
...
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