Skip to content

Commit

Permalink
Merge pull request #5 from GEOS-ESM/bugfix/mathomp4/add-esma-macro
Browse files Browse the repository at this point in the history
Add an esma macro() to fix extra MAPL checkout_externals
  • Loading branch information
tclune authored Jul 3, 2019
2 parents 2e56286 + 62ff851 commit 1eb0587
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions esma.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,8 @@ include (FindBaselibs)

enable_testing()
set (CMAKE_INSTALL_MESSAGE LAZY)

# This is a "stub" macro to detect building within an ESMA project (for MAPL standalone)
macro (esma)

endmacro ()

0 comments on commit 1eb0587

Please sign in to comment.