Skip to content

Commit fa0ad1b

Browse files
committed
Removes a warning
Loading the environment still makes sense, don't warn if it happens several times.
1 parent 1ef0463 commit fa0ad1b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMake/cdat_modules_extra/setup_runtime.sh.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ function cleanup {
1010
# which can lead to errors.
1111
if [ -n "${UVCDAT_SETUP_PATH}" ] ; then
1212
if [ "${UVCDAT_SETUP_PATH}" = "${install_prefix}" ] ; then
13-
echo "WARNING: UVCDAT setup already sourced for this install location." 1>&2
14-
echo "WARNING: You shouldn't source setup_runtime anymore." 1>&2
1513
cleanup
1614
return 0
1715
else

0 commit comments

Comments
 (0)