Skip to content

Commit

Permalink
Change directory to store the Fortran modules of the driver libraries…
Browse files Browse the repository at this point in the history
… to be consistent with other targets.
  • Loading branch information
micaeljtoliveira committed Nov 29, 2023
1 parent 57304cb commit c58a92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ foreach(CONF IN LISTS KnownConfigurations)
endif()

# We use the CESM driver from CMEPS
add_fortran_library(OM3_cesm_driver_${CONF} OM3_cesm_driver_${CONF}/mod STATIC
add_fortran_library(OM3_cesm_driver_${CONF} mod/OM3_cesm_driver_${CONF} STATIC
CMEPS/CMEPS/cesm/driver/esm.F90
CMEPS/CMEPS/cesm/driver/ensemble_driver.F90
CMEPS/CMEPS/cesm/driver/esm_time_mod.F90
Expand Down

0 comments on commit c58a92b

Please sign in to comment.