Skip to content

Commit deaaaca

Browse files
authored
Merge pull request #386 from ESCOMP/hotfix/standalone_build
fix standalone build
2 parents f948214 + e913c7c commit deaaaca

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

drof/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(drof Fortran)
22
set(SRCFILES rof_comp_nuopc.F90
3-
drof_datamode_copyall.F90
4-
drof_datamode_cplhist.F90)
3+
drof_datamode_copyall_mod.F90
4+
drof_datamode_cplhist_mod.F90)
55

66
foreach(FILE ${SRCFILES})
77
if(EXISTS "${CASEROOT}/SourceMods/src.drof/${FILE}")

dwav/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(dwav Fortran)
22
set(SRCFILES wav_comp_nuopc.F90
3-
dwav_datamode_copyall.F90)
3+
dwav_datamode_copyall_mod.F90)
44

55
foreach(FILE ${SRCFILES})
66
if(EXISTS "${CASEROOT}/SourceMods/src.dwav/${FILE}")

0 commit comments

Comments
 (0)