Skip to content

Commit

Permalink
made some additional undo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sananthanarayan committed Jan 17, 2025
1 parent 522d0d4 commit 78dc69b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Modules/ThirdParty/HDF5/src/itkhdf5/c++/src/h5c++.in
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ fi
case "$CXX" in
gcc)
kind="gcc"
;
;;
mpicc|mpcc|mpicc_r)
# Is this gcc masquarading as an MPI compiler?
if test "`${CXX} -v 2>&1 | sed -n 2p | cut -c1-3`" = "gcc"; then
Expand All @@ -181,10 +181,10 @@ case "$CXX" in
# Nope
kind="$host_os"
fi
;
;;
*)
kind="$host_os"
;
;;
esac

for arg in $@ ; do
Expand Down

0 comments on commit 78dc69b

Please sign in to comment.