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

Commit

Permalink
Remove OSPL_URI override warning (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbovbel authored and clalancette committed Feb 14, 2019
1 parent 87e30e8 commit fa42234
Showing 1 changed file with 0 additions and 2 deletions.
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

0 comments on commit fa42234

Please sign in to comment.