add ROOT version information for better diagnostics.

This commit is contained in:
2021-04-09 09:33:08 +02:00
parent 7089e4b3d6
commit 38b289b99f
15 changed files with 101 additions and 45 deletions

View File

@ -1,6 +1,7 @@
// config.h
#define PACKAGE_VERSION "@PROJECT_VERSION@"
#define ROOT_VERSION_USED "@ROOT_VERSION@"
// define to 1 if you have <alloca.h> and it should be used
#cmakedefine HAVE_ALLOCA_H 1