changes needed since upcoming ROOT6.24 (minuit2) will break the backward compatibility.

This commit is contained in:
2021-04-09 10:03:34 +02:00
parent 38b289b99f
commit c06f510aff
3 changed files with 17 additions and 2 deletions

View File

@ -3,6 +3,9 @@
#define PACKAGE_VERSION "@PROJECT_VERSION@"
#define ROOT_VERSION_USED "@ROOT_VERSION@"
// define to 1 if minor ROOT6 version is >= 24
#define ROOT_GRTEQ_24 @ROOT_GRTEQ_24@
// define to 1 if you have <alloca.h> and it should be used
#cmakedefine HAVE_ALLOCA_H 1