Skip to content
Snippets Groups Projects
Commit 5f1c5c61 authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon
Browse files

Fix version macros to use the correct CMake variables

parent 7e763587
No related branches found
No related tags found
1 merge request!342Update release version
......@@ -7,10 +7,10 @@
#define ADIOSCONFIG_H_
/* ADIOS Version Information */
#define ADIOS2_VERSION_MAJOR @ADIOS_VERSION_MAJOR@
#define ADIOS2_VERSION_MINOR @ADIOS_VERSION_MINOR@
#define ADIOS2_VERSION_PATCH @ADIOS_VERSION_PATCH@
#define ADIOS2_VERSION @ADIOS_VERSION@
#define ADIOS2_VERSION_MAJOR @ADIOS2_VERSION_MAJOR@
#define ADIOS2_VERSION_MINOR @ADIOS2_VERSION_MINOR@
#define ADIOS2_VERSION_PATCH @ADIOS2_VERSION_PATCH@
#define ADIOS2_VERSION @ADIOS2_VERSION@
/*
* ADIOS Build Information:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment