X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2Fcmake%2FbbtkConfigure.h.in;h=440835b1209c67b62153c9ecbeebf5dcac2608dd;hb=49007dc0a651edf71dca840e43953886120d1965;hp=d9654e4b06ca2c6801c7d647b67695535df10ee4;hpb=a26195c366a89795288009cf7e20f11afa494970;p=bbtk.git diff --git a/kernel/src/cmake/bbtkConfigure.h.in b/kernel/src/cmake/bbtkConfigure.h.in index d9654e4..440835b 100644 --- a/kernel/src/cmake/bbtkConfigure.h.in +++ b/kernel/src/cmake/bbtkConfigure.h.in @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkConfigure.h.in,v $ Language: C++ - Date: $Date: 2008/01/22 15:02:00 $ - Version: $Revision: 1.1 $ + Date: $Date: 2008/11/17 10:00:27 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -32,7 +32,9 @@ /* Hardcode the path to BBTK_DATA_ROOT */ +#ifndef BBTK_DATA_ROOT #define BBTK_DATA_ROOT "@BBTK_DATA_ROOT@" +#endif /* Usefull in particular for loadshared where the full path * to the lib is needed */ @@ -83,10 +85,12 @@ /* BBTK Versioning */ /* Version number. */ +#ifndef BBTK_VERSION #define BBTK_MAJOR_VERSION @BBTK_MAJOR_VERSION@ #define BBTK_MINOR_VERSION @BBTK_MINOR_VERSION@ #define BBTK_BUILD_VERSION @BBTK_BUILD_VERSION@ -#define BBTK_VERSION "@BBTK_VERSION@" - +#define BBTK_VERSION @BBTK_VERSION@ +#define BBTK_VERSION_STRING "@BBTK_VERSION@" +#endif #endif