Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
talos-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
Stack Of Tasks
talos-data
Commits
420c2af8
Commit
420c2af8
authored
5 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[CMake] sync submodule
parent
5fad9e91
No related branches found
No related tags found
No related merge requests found
Pipeline
#7381
failed
5 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+9
-12
9 additions, 12 deletions
CMakeLists.txt
cmake
+1
-1
1 addition, 1 deletion
cmake
with
10 additions
and
13 deletions
CMakeLists.txt
+
9
−
12
View file @
420c2af8
...
...
@@ -9,29 +9,28 @@ SET(PROJECT_URL "https://gepgitlab.laas.fr/${PROJECT_ORG}/${PROJECT_NAME}")
INCLUDE
(
cmake/base.cmake
)
set
(
CXX_DISABLE_WERROR True
)
CMAKE_POLICY
(
SET CMP0048 OLD
)
PROJECT
(
${
PROJECT_NAME
}
CXX
)
COMPUTE_PROJECT_ARGS
(
PROJECT_ARGS LANGUAGES CXX
)
PROJECT
(
${
PROJECT_NAME
}
${
PROJECT_ARGS
}
)
find_package
(
catkin REQUIRED
)
catkin_package
(
# INCLUDE_DIRS include
# LIBRARIES talos_description
# CATKIN_DEPENDS other_catkin_pkg
# DEPENDS system_lib
)
# INCLUDE_DIRS include
# LIBRARIES talos_description
# CATKIN_DEPENDS other_catkin_pkg
# DEPENDS system_lib
)
# Find xml_reflection
ADD_REQUIRED_DEPENDENCY
(
"urdfdom >= 0.2.9"
)
ADD_REQUIRED_DEPENDENCY
(
"gazebo >= 7.0.0"
)
ADD_REQUIRED_DEPENDENCY
(
roscpp
)
SET
(
LIBRARY_NAME
${
PROJECT_NAME
}
)
ADD_LIBRARY
(
SpringPlugin
SHARED
src/SpringPlugin.cc
)
)
INSTALL
(
TARGETS
SpringPlugin
...
...
@@ -45,5 +44,3 @@ FOREACH(dir config gazebo meshes robots urdf srdf launch)
INSTALL
(
DIRECTORY
${
dir
}
/
DESTINATION
${
CATKIN_PACKAGE_SHARE_DESTINATION
}
/
${
dir
}
)
ENDFOREACH
(
dir
)
SETUP_PROJECT_FINALIZE
()
This diff is collapsed.
Click to expand it.
cmake
@
f5e01889
Compare
b401621a
...
f5e01889
Subproject commit
b401621a9d8948554fce459d2bae8b5b85a872a1
Subproject commit
f5e018896d0b1746a03f07ba02a5199e17eaee67
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