Skip to content

Commit 546b757

Browse files
author
Dmitri Naumov
committed
Merge branch 'fixing_phasefield' into 'master'
fix(PHASE_FIELD): undefined reference See merge request ogs/ogs!5409
2 parents 9d582e4 + 21158d1 commit 546b757

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ProcessLib/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ foreach(process ${_enabled_processes})
4040
OR process STREQUAL "RichardsMechanics"
4141
OR process STREQUAL "TH2M"
4242
OR process STREQUAL "ThermoRichardsMechanics"
43+
OR process STREQUAL "PhaseField"
4344
)
4445
append_source_files(SOURCES Common/HydroMechanics)
4546
break()

0 commit comments

Comments
 (0)