Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sot-dynamic-pinocchio
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
Guilhem Saurel
sot-dynamic-pinocchio
Commits
ddf649f3
Commit
ddf649f3
authored
5 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[CMake] sync submodule
parent
d789a9af
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+11
-11
11 additions, 11 deletions
CMakeLists.txt
cmake
+1
-1
1 addition, 1 deletion
cmake
with
12 additions
and
12 deletions
CMakeLists.txt
+
11
−
11
View file @
ddf649f3
# Copyright 2010, François Bleibel, Olivier Stasse, JRL, CNRS/AIST
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.6
)
INCLUDE
(
cmake/base.cmake
)
INCLUDE
(
cmake/boost.cmake
)
INCLUDE
(
cmake/eigen.cmake
)
INCLUDE
(
cmake/python.cmake
)
INCLUDE
(
cmake/test.cmake
)
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.8
)
SET
(
PROJECT_NAMESPACE stack-of-tasks
)
SET
(
PROJECT_NAME sot-dynamic-pinocchio
)
...
...
@@ -14,6 +8,12 @@ SET(PROJECT_DESCRIPTION "pinocchio bindings for dynamic-graph.")
SET
(
PROJECT_URL
"https://github.com/
${
PROJECT_NAMESPACE
}
/
${
PROJECT_NAME
}
"
)
SET
(
PROJECT_SUFFIX
"-v3"
)
INCLUDE
(
cmake/base.cmake
)
INCLUDE
(
cmake/boost.cmake
)
INCLUDE
(
cmake/eigen.cmake
)
INCLUDE
(
cmake/python.cmake
)
INCLUDE
(
cmake/test.cmake
)
SET
(
CUSTOM_HEADER_DIR
"
${
PROJECT_NAME
}
"
)
SET
(
DOXYGEN_USE_MATHJAX YES
)
...
...
@@ -26,7 +26,9 @@ SET(PKG_CONFIG_ADDITIONAL_VARIABLES
plugindir
)
SETUP_PROJECT
()
CMAKE_POLICY
(
SET CMP0048 OLD
)
PROJECT
(
${
PROJECT_NAME
}
CXX
)
# Search for dependencies.
ADD_REQUIRED_DEPENDENCY
(
"pinocchio >= 2.0.0"
)
ADD_REQUIRED_DEPENDENCY
(
"dynamic-graph >= 3.0.0"
)
...
...
@@ -42,7 +44,7 @@ IF(BUILD_PYTHON_INTERFACE)
FINDPYTHON
()
ADD_REQUIRED_DEPENDENCY
(
"dynamic-graph-python >= 3.0.0"
)
SET
(
BOOST_COMPONENTS
${
BOOST_COMPONENTS
}
python
)
INCLUDE_DIRECTORIES
(
${
PYTHON_INCLUDE_PATH
}
)
INCLUDE_DIRECTORIES
(
SYSTEM
${
PYTHON_INCLUDE_PATH
}
)
ADD_REQUIRED_DEPENDENCY
(
"eigenpy"
)
ENDIF
(
BUILD_PYTHON_INTERFACE
)
...
...
@@ -60,5 +62,3 @@ ADD_SUBDIRECTORY(src)
ADD_SUBDIRECTORY
(
doc
)
ADD_SUBDIRECTORY
(
python
)
ADD_SUBDIRECTORY
(
unitTesting
)
SETUP_PROJECT_FINALIZE
()
This diff is collapsed.
Click to expand it.
cmake
@
63efaecd
Compare
429af97f
...
63efaecd
Subproject commit
429af97fe0b858bd73a1747768cc1ac735386140
Subproject commit
63efaecd7c1fa3f9c190b5365561c38ea33f3236
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