Skip to content

Commit

Permalink
Add ADIOS2_VERSION and ADIOS2_DEBUGMODE_REMOVED macros
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Jun 4, 2022
1 parent 5b8b96c commit 08b9229
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/adios2/common/ADIOSConfig.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
#define ADIOS2_VERSION_PATCH @ADIOS2_VERSION_PATCH@
#cmakedefine ADIOS2_VERSION_TWEAK @ADIOS2_VERSION_TWEAK@

#define ADIOS2_VERSION (ADIOS2_VERSION_MAJOR* 10000 + ADIOS2_VERSION_MINOR * 100 + ADIOS2_VERSION_PATCH)
#define ADIOS2_DEBUGMODE_REMOVED 1

/*
* ADIOS Build Information:
*
Expand Down

0 comments on commit 08b9229

Please sign in to comment.