We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a836a68 commit 222e971Copy full SHA for 222e971
GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSmoist_GridComp/CMakeLists.txt
@@ -64,12 +64,7 @@ endif ()
64
65
esma_add_library (${this}
66
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
- )
+ DEPENDENCIES GEOS_Shared GMAO_mpeu MAPL Chem_Shared Chem_Base ESMF::ESMF FMS::fms)
73
74
file (GLOB_RECURSE rc_files CONFIGURE_DEPENDS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.rc *.yaml)
75
foreach ( file ${rc_files} )
0 commit comments