Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RobotAPI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Florian Leander Singer
RobotAPI
Commits
a86f9612
Commit
a86f9612
authored
6 years ago
by
Raphael Grimm
Browse files
Options
Downloads
Patches
Plain Diff
Fix dependency of RobotAPINjointControllers to MMM
parent
f7c5f754
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
source/RobotAPI/libraries/RobotAPINJointControllers/CMakeLists.txt
+3
-1
3 additions, 1 deletion
...botAPI/libraries/RobotAPINJointControllers/CMakeLists.txt
with
3 additions
and
1 deletion
source/RobotAPI/libraries/RobotAPINJointControllers/CMakeLists.txt
+
3
−
1
View file @
a86f9612
...
...
@@ -6,6 +6,8 @@ armarx_set_target("Library: ${LIB_NAME}")
find_package
(
Eigen3 QUIET
)
find_package
(
Simox
${
ArmarX_Simox_VERSION
}
QUIET
)
find_package
(
DMP QUIET
)
find_package
(
MMMCore QUIET
)
find_package
(
MMMToolsQUIET
)
armarx_build_if
(
Eigen3_FOUND
"Eigen3 not available"
)
armarx_build_if
(
Simox_FOUND
"Simox-VirtualRobot not available"
)
...
...
@@ -30,7 +32,7 @@ set(LIB_HEADERS
)
if
(
DMP_FOUND
)
if
(
DMP_FOUND
AND MMMCore_FOUND AND MMMTools_FOUND
)
message
(
STATUS
"DMP libraries is
${
DMP_LIBRARIES
}
"
)
include_directories
(
${
DMP_INCLUDE_DIRS
}
)
...
...
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