From 804c15f710be5f38a0307af493670ddd75318172 Mon Sep 17 00:00:00 2001 From: Paul Bovbel Date: Thu, 7 Feb 2019 19:57:26 -0500 Subject: [PATCH] Remove OSPL_URI override warning --- opensplice_cmake_module/env_hook/opensplice.sh.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/opensplice_cmake_module/env_hook/opensplice.sh.in b/opensplice_cmake_module/env_hook/opensplice.sh.in index e7c5230..05e24b2 100644 --- a/opensplice_cmake_module/env_hook/opensplice.sh.in +++ b/opensplice_cmake_module/env_hook/opensplice.sh.in @@ -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"