Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Fixed typo in the set_compiler script that was accidentaly setting th…
Browse files Browse the repository at this point in the history
…e c++ compiler to cpp
  • Loading branch information
daminton committed Aug 16, 2023
1 parent 0bae0cd commit 428f804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/set_compilers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ case $COMPILER in
export FC=${FC:-$(command -v gfortran)}
export CC=${CC:-$(command -v gcc)}
export CXX=${CXX:-$(command -v g++)}
export CXX=${CPP:-$(command -v cpp)}
export CPP=${CPP:-$(command -v cpp)}
;;
GNU-Mac)
export FC=${FC:-$HOMEBREW_PREFIX/bin/gfortran-13}
Expand Down

0 comments on commit 428f804

Please sign in to comment.