Skip to content

Commit 9a14a33

Browse files
authored
Merge pull request #15651 from rmcdermo/master
Build: minor edit to message
2 parents dd1b704 + 6000b4b commit 9a14a33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Build/Scripts/set_compilers.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ else # Default to GNU compilers
7272
select_compiler_from_system COMP_FC mpifort
7373
fi
7474

75-
echo "Thirdparty libs C Compiler COMP_CC=$COMP_CC"
76-
echo "Thirdparty libs C++ compiler COMP_CXX=$COMP_CXX"
77-
echo "Firemodels and Thirdparty libs Fortran compiler COMP_FC=$COMP_FC"
75+
echo "Third party libs C Compiler COMP_CC=$COMP_CC"
76+
echo "Third party libs C++ compiler COMP_CXX=$COMP_CXX"
77+
echo "Firemodels and third party libs Fortran compiler COMP_FC=$COMP_FC"
7878

7979
export COMP_CC=$COMP_CC
8080
export COMP_CXX=$COMP_CXX

0 commit comments

Comments
 (0)