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
Guilhem Saurel
hpp-doc
Commits
de963305
Commit
de963305
authored
Jun 12, 2020
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
Jun 12, 2020
Browse files
[Makefile] Make variables modifiable.
parent
4cd6ee08
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Makefile
View file @
de963305
...
...
@@ -17,11 +17,11 @@ INSTALL_HPP_DIR=${DEVEL_HPP_DIR}/install
endif
# Whether to compute humanoid specific part
HUMANOID
=
TRUE
HUMANOID
?
=
TRUE
BUILD_TYPE
=
Release
DISABLE_TESTS
=
OFF
BUILD_TESTING
=
ON
BUILD_TYPE
?
=
Release
DISABLE_TESTS
?
=
OFF
BUILD_TESTING
?
=
ON
ifeq
(${BUILD_TYPE},Debug)
BUILD_FOLDER
=
build
else
...
...
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