From c58a92bb8e37bed391f30c25c33cf2a2bc56920a Mon Sep 17 00:00:00 2001 From: Micael Oliveira Date: Tue, 24 Oct 2023 13:44:32 +1100 Subject: [PATCH] Change directory to store the Fortran modules of the driver libraries to be consistent with other targets. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 649f741..d7a28a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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