Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

Remove OSPL_URI override warning #19

Merged
merged 1 commit into from
Feb 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions opensplice_cmake_module/env_hook/opensplice.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ fi

if [ -z "$OSPL_URI" ]; then
export OSPL_URI="$_DEFAULT_OSPL_URI"
elif [ "$OSPL_URI" != "$_DEFAULT_OSPL_URI" ]; then
echo "[opensplice_cmake_module] Warning: OSPL_URI was already set to [[$OSPL_URI]]. This will not override it to the ROS default [[$_DEFAULT_OSPL_URI]]. Please make sure this is the config that you want." 1>&2
fi

export OSPL_HOME="$_OSPL_HOME_TO_USE"
Expand Down