Skip to content

Commit

Permalink
Move CC_LIST
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilnovak committed Jan 10, 2023
1 parent 8ed8795 commit e09db18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,6 @@ build_moab:

endif

ifeq ($(ENABLE_NEK), yes)
include $(CARDINAL_DIR)/config/nekrs.mk
else

# autoconf-archive puts some arguments (e.g. -std=c++17) into the compiler
# variable rather than the compiler flags variable.
#
Expand All @@ -329,6 +325,10 @@ LIBMESH_CC_LIST := $(subst $(space),;,$(libmesh_CC))
LIBMESH_CXX_LIST := $(subst $(space),;,$(libmesh_CXX))
LIBMESH_F90_LIST := $(subst $(space),;,$(libmesh_F90))

ifeq ($(ENABLE_NEK), yes)
include $(CARDINAL_DIR)/config/nekrs.mk
else

build_nekrs:
$(info Skipping Nek build because ENABLE_NEK is not set to 'yes')

Expand Down

0 comments on commit e09db18

Please sign in to comment.