Skip to content

Commit

Permalink
Add an esma macro() to fix extra MAPL checkout_externals
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Jul 3, 2019
1 parent 320937a commit 62ff851
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 62ff851

Please sign in to comment.