GEOS-ESM / ESMA_cmake

Custom CMake macros for the GEOS Earth System Model
Apache License 2.0
4 stars 9 forks source link

Improved fix for #175 - custom FPP defs. #185

Closed tclune closed 3 years ago

tclune commented 3 years ago

This change allows users to specify specific extra FPP definitions to a select group of source files. To use:

  $cmake .. -DXFLAGS="foo bar=7 DEBUG" -DXFLAGS_SOURCES="<file1> <file2>"
  $ make
tclune commented 3 years ago

Mentioning to @amdasilva so that he can test when merged.