Skip to content

Commit 6000b4b

Browse files
committed
Build: minor edit to message
1 parent dd1b704 commit 6000b4b

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)