Skip to content

Commit 222e971

Browse files
committed
Updates for mixed-precision FMS
1 parent a836a68 commit 222e971

File tree

1 file changed

+1
-6
lines changed
  • GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSmoist_GridComp

1 file changed

+1
-6
lines changed

GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSmoist_GridComp/CMakeLists.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,7 @@ endif ()
6464

6565
esma_add_library (${this}
6666
SRCS ${srcs}
67-
DEPENDENCIES GEOS_Shared GMAO_mpeu MAPL Chem_Shared Chem_Base ESMF::ESMF)
68-
69-
get_target_property (extra_incs FMS::fms_r4 INTERFACE_INCLUDE_DIRECTORIES)
70-
target_include_directories(${this} PRIVATE
71-
$<BUILD_INTERFACE:${extra_incs}>
72-
)
67+
DEPENDENCIES GEOS_Shared GMAO_mpeu MAPL Chem_Shared Chem_Base ESMF::ESMF FMS::fms)
7368

7469
file (GLOB_RECURSE rc_files CONFIGURE_DEPENDS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.rc *.yaml)
7570
foreach ( file ${rc_files} )

0 commit comments

Comments
 (0)