Skip to content

Commit ae9dbbe

Browse files
committed
Replace MAPL2 dependency with MAPL in GEOS_Shared (refs #435)
1 parent ca27c82 commit ae9dbbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GEOS_Shared/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set (srcs
88
getco2.F90 atmOceanIntLayer.F90
99
)
1010

11-
esma_add_library(${this} SRCS ${srcs} DEPENDENCIES MAPL2 MAPL MAPL.geom ESMF::ESMF NetCDF::NetCDF_Fortran)
11+
esma_add_library(${this} SRCS ${srcs} DEPENDENCIES MAPL MAPL.geom ESMF::ESMF NetCDF::NetCDF_Fortran)
1212

1313
# special cases
1414
set_source_files_properties(sphere.F PROPERTIES COMPILE_FLAGS "${FREAL8}")

0 commit comments

Comments
 (0)