Skip to content

Commit

Permalink
Merge pull request #1069 from UV-CDAT/remove-setup-runtime-warning
Browse files Browse the repository at this point in the history
Removes a warning
  • Loading branch information
doutriaux1 committed Feb 24, 2015
2 parents 1ef0463 + fa0ad1b commit 355c81b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMake/cdat_modules_extra/setup_runtime.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ function cleanup {
# which can lead to errors.
if [ -n "${UVCDAT_SETUP_PATH}" ] ; then
if [ "${UVCDAT_SETUP_PATH}" = "${install_prefix}" ] ; then
echo "WARNING: UVCDAT setup already sourced for this install location." 1>&2
echo "WARNING: You shouldn't source setup_runtime anymore." 1>&2
cleanup
return 0
else
Expand Down

0 comments on commit 355c81b

Please sign in to comment.