From a90562b305dad61545a4f26e46673a04cef4105c Mon Sep 17 00:00:00 2001 From: Harshula Jayasuriya Date: Wed, 27 Nov 2024 23:15:06 +1100 Subject: [PATCH] Feedback from Aidan --- exp/MOM_compile.csh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exp/MOM_compile.csh b/exp/MOM_compile.csh index d72f47728..e97c45d81 100755 --- a/exp/MOM_compile.csh +++ b/exp/MOM_compile.csh @@ -162,7 +162,7 @@ if ( ! $?SPACK_GTRACERS_EXTERNAL ) then set includes = "-I$code_dir/shared/include -I$executable:h:h/lib_FMS -I$executable:h:h/lib_ocean" else echo "Building type=$type with external FMS" - set includes = "-I$code_dir/shared/include -I$executable:h:h/lib_ocean" + set includes = "-I$executable:h:h/lib_ocean" endif if ( $cosima_version ) then