Skip to content

Commit

Permalink
Allowing make-fortran test to be skipped II
Browse files Browse the repository at this point in the history
  • Loading branch information
Iximiel committed Oct 6, 2023
1 parent 8621096 commit ca3515e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions regtest/scripts/run_ctest
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ run_make() {
if [[ -n ${filesf90} ]]; then
otherLang=$(cat << EOF
${otherLang}
include(CheckLanguage)
check_language(Fortran)
if(NOT CMAKE_Fortran_COMPILER)
message (FATAL_ERROR "NOT_APPLICABLE (Fortran compiler not found)")
Expand Down

0 comments on commit ca3515e

Please sign in to comment.