dependency was missing

This commit is contained in:
Martin Diehl 2019-01-25 00:15:46 +01:00
parent 5c2020c3b4
commit 42cc9b8d2b
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ add_dependencies(MATH FEsolving)
list(APPEND OBJECTFILES $<TARGET_OBJECTS:MATH>)
add_library(MESH_BASE OBJECT "mesh_base.f90")
add_dependencies(MESH_BASE MATH)
add_dependencies(MESH_BASE MATH ELEMENT)
list(APPEND OBJECTFILES $<TARGET_OBJECTS:MESH_BASE>)
# SPECTRAL solver and FEM solver use different mesh files