Skip to content

Commit

Permalink
Merge pull request #8 from GEOS-ESM/feature/mathomp4/#7-rename-fms
Browse files Browse the repository at this point in the history
Fixes #7. Rename GFDL_fms to fms
tclune authored Oct 3, 2019
2 parents 51df62b + edd4a57 commit 9b54855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
esma_set_this ()
string (REPLACE GFDL_fms_ "" precision ${this})
string (REPLACE fms_ "" precision ${this})

# The following logic is to avoid duplication in the supported GNUMake logic.
# Source files (and headers) are listed in a separate file, and we must
@@ -219,7 +219,7 @@ foreach (file ${srcs_and_includes})
endif ()
endforeach ()

set (lib GFDL_fms_${precision})
set (lib fms_${precision})

esma_add_library (${lib} SRCS ${srcs})
target_link_libraries (${lib} ${NETCDF_LIBRARIES} ${MPI_Fortran_LIBRARIES})

0 comments on commit 9b54855

Please sign in to comment.