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
16fad9a5
Commit
16fad9a5
authored
Mar 12, 2019
by
Joseph Mirabel
Browse files
Minor fix in Makefile.
parent
033240b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Makefile
View file @
16fad9a5
...
...
@@ -229,6 +229,11 @@ pythonqt_extra_flags= -DPythonQt_Wrap_QtAll=ON -DPythonQt_Extensions=ON
qgv_branch
=
devel
qgv_repository
=
${HPP_REPO}
ifeq
(${QT_VERSION}, 5)
qgv_extra_flags
=
-DBINDINGS_QT5
=
ON
-DBINDINGS_QT4
=
OFF
else
qgv_extra_flags
=
-DBINDINGS_QT5
=
OFF
-DBINDINGS_QT4
=
ON
endif
# }}}
##################################
...
...
@@ -346,6 +351,7 @@ hpp-centroidal-dynamics.configure.dep: eigenpy.install hpp-centroidal-dynamics.c
hpp-bezier-com-traj.configure.dep
:
hpp-centroidal-dynamics.install hpp-spline.install hpp-bezier-com-traj.checkout
hpp-spline.configure.dep
:
hpp-spline.checkout
eigenpy.configure.dep
:
eigenpy.checkout
hpp-tools.configure.dep
:
hpp-tools.checkout
# }}}
##################################
...
...
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