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
Humanoid Path Planner
hpp-doc
Commits
e4c22453
Commit
e4c22453
authored
Apr 09, 2020
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
Apr 09, 2020
Browse files
Merge branch 'devel' into future
parents
089708f9
9a214302
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Makefile
View file @
e4c22453
...
...
@@ -41,7 +41,7 @@ INSTALL_DOCUMENTATION=ON
##################################
# {{{ Dependencies
pinocchio_branch
=
v2.2.
1
pinocchio_branch
=
v2.2.
3
pinocchio_repository
=
${SOT_REPO}
pinocchio_extra_flags
=
-DBUILD_PYTHON_INTERFACE
=
OFF
-DBUILD_UNIT_TESTS
=
OFF
-DBUILD_WITH_COLLISION_SUPPORT
=
ON
...
...
@@ -223,7 +223,11 @@ OpenSceneGraph-3.4.0_extra_flags= -DDESIRED_QT_VERSION=${QT_VERSION} -DCOLLADA_D
gepetto-viewer_branch
=
v4.8.0
gepetto-viewer_repository
=
${GEPETTO_REPO}
gepetto-viewer_extra_flags
=
-DPYTHON_EXECUTABLE
=
/usr/bin/python3
ifeq
(${QT_VERSION}, 5)
gepetto-viewer_extra_flags
=
-DPYTHON_EXECUTABLE
=
/usr/bin/python3
-DPROJECT_USE_QT4
=
OFF
else
gepetto-viewer_extra_flags
=
-DPYTHON_EXECUTABLE
=
/usr/bin/python3
-DPROJECT_USE_QT4
=
ON
endif
gepetto-viewer-corba_branch
=
v5.3.0
gepetto-viewer-corba_repository
=
${GEPETTO_REPO}
...
...
@@ -243,6 +247,7 @@ endif
hpp-tools_branch
=
${HPP_VERSION}
hpp-tools_repository
=
${HPP_REPO}
hpp-tools_extra_flags
=
-DPYTHON_EXECUTABLE
=
/usr/bin/python3
# }}}
##################################
...
...
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