Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
loco-3d
sot-talos-balance
Commits
53368366
Commit
53368366
authored
Mar 12, 2021
by
Guilhem Saurel
Browse files
[CMake] update main url
parent
f0fe3d44
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
53368366
...
...
@@ -7,7 +7,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.1)
SET
(
PROJECT_ORG loco-3d
)
SET
(
PROJECT_NAME sot-talos-balance
)
SET
(
PROJECT_DESCRIPTION
"Collection of dynamic-graph entities aimed at implementing balance control on talos."
)
SET
(
PROJECT_URL
"https://g
epgitlab.laas.fr
/
${
PROJECT_ORG
}
/
${
PROJECT_NAME
}
"
)
SET
(
PROJECT_URL
"https://g
ithub.com
/
${
PROJECT_ORG
}
/
${
PROJECT_NAME
}
"
)
# Project options
OPTION
(
BUILD_PYTHON_INTERFACE
"Build the python bindings"
ON
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment