Skip to content
GitLab
Menu
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
f1901b52
Commit
f1901b52
authored
Dec 18, 2019
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
Dec 18, 2019
Browse files
[config.sh] Add "/usr" to CMAKE_PREFIX_PATH
parent
a17e055e
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/config/ubuntu-18.04-melodic.sh
View file @
f1901b52
...
...
@@ -21,4 +21,4 @@ export ROS_PACKAGE_PATH=$INSTALL_HPP_DIR/share:$ROBOTPKG/share:$ROS_PACKAGE_PATH
if
[
-f
"
${
INSTALL_HPP_DIR
}
/etc/hpp-tools/bashrc"
]
;
then
source
"
${
INSTALL_HPP_DIR
}
/etc/hpp-tools/bashrc"
fi
export
CMAKE_PREFIX_PATH
=
$CMAKE_PREFIX_PATH
:
$ROBOTPKG
export
CMAKE_PREFIX_PATH
=
$CMAKE_PREFIX_PATH
:
$ROBOTPKG
:/usr
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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