Enable building of CTEST without a Fortran compiler

This commit is contained in:
Martin Kroeker 2022-06-19 00:42:41 +02:00 committed by GitHub
parent fc6263bead
commit 0ca846f742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -148,6 +148,7 @@ ifeq ($(NOFORTRAN), $(filter 0,$(NOFORTRAN)))
touch $(LIBNAME)
ifndef NO_FBLAS
$(MAKE) -C test all
endif
endif
$(MAKE) -C utest all
ifneq ($(NO_CBLAS), 1)
@ -156,7 +157,6 @@ ifeq ($(CPP_THREAD_SAFETY_TEST), 1)
$(MAKE) -C cpp_thread_test all
endif
endif
endif
libs :
ifeq ($(CORE), UNKNOWN)