Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sot-hrp2
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-hrp2
Commits
b105358a
Commit
b105358a
authored
5 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[CMake] sync submodule
parent
038f3e2d
Branches
devel
master
Tags
v2.1.0
No related merge requests found
Pipeline
#7575
passed with warnings
5 years ago
Stage: test
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+8
-9
8 additions, 9 deletions
CMakeLists.txt
cmake
+1
-1
1 addition, 1 deletion
cmake
with
9 additions
and
10 deletions
CMakeLists.txt
+
8
−
9
View file @
b105358a
...
...
@@ -13,7 +13,12 @@
# received a copy of the GNU Lesser General Public License along with
# sot-hrp2. If not, see <http://www.gnu.org/licenses/>.
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.6
)
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.8
)
SET
(
PROJECT_NAMESPACE stack-of-tasks
)
SET
(
PROJECT_NAME sot-hrp2
)
SET
(
PROJECT_DESCRIPTION
"dynamic-graph package for HRP-2 robot"
)
SET
(
PROJECT_URL
"http://github.com/
${
PROJECT_NAMESPACE
}
/
${
PROJECT_NAME
}
"
)
INCLUDE
(
cmake/base.cmake
)
INCLUDE
(
cmake/boost.cmake
)
...
...
@@ -21,11 +26,6 @@ INCLUDE(cmake/eigen.cmake)
INCLUDE
(
cmake/lapack.cmake
)
INCLUDE
(
cmake/ros.cmake
)
SET
(
PROJECT_NAMESPACE stack-of-tasks
)
SET
(
PROJECT_NAME sot-hrp2
)
SET
(
PROJECT_DESCRIPTION
"dynamic-graph package for HRP-2 robot"
)
SET
(
PROJECT_URL
"http://github.com/
${
PROJECT_NAMESPACE
}
/
${
PROJECT_NAME
}
"
)
SET
(
CUSTOM_HEADER_DIR
"
${
PROJECT_NAME
}
"
)
SET
(
PROJECT_SUFFIX
"-v3"
)
...
...
@@ -37,7 +37,8 @@ SET(PKG_CONFIG_ADDITIONAL_VARIABLES
plugindir
)
SETUP_PROJECT
()
COMPUTE_PROJECT_ARGS
(
PROJECT_ARGS LANGUAGES CXX
)
PROJECT
(
${
PROJECT_NAME
}
${
PROJECT_ARGS
}
)
# Search for dependencies.
...
...
@@ -71,5 +72,3 @@ SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
# Add subdirectories.
ADD_SUBDIRECTORY
(
src
)
ADD_SUBDIRECTORY
(
tests
)
SETUP_PROJECT_FINALIZE
()
This diff is collapsed.
Click to expand it.
cmake
@
f5e01889
Compare
0459e4dd
...
f5e01889
Subproject commit
0459e4dd1170dd3
a0a5
4f6ce9bc8e4d5eb9ed37e
Subproject commit
f5e018896d0b1746a03f07b
a0
2
a5
199e17eaee67
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