From f2bd2bb3f10a86477a3db628e3b70b494d426e38 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 20 Jan 2015 00:42:34 +0100 Subject: [PATCH] CMake: Export a string literal in revision.h --- include/deal.II/base/revision.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/base/revision.h.in b/include/deal.II/base/revision.h.in index 72104d8e34..20614483ed 100644 --- a/include/deal.II/base/revision.h.in +++ b/include/deal.II/base/revision.h.in @@ -19,16 +19,16 @@ /** * Name of the local git branch of the source directory. */ -#define DEAL_II_GIT_BRANCH @DEAL_II_GIT_BRANCH@ +#define DEAL_II_GIT_BRANCH "@DEAL_II_GIT_BRANCH@" /** * Full sha1 revision of the current git HEAD. */ -#define DEAL_II_GIT_REVISION @DEAL_II_GIT_REVISION@ +#define DEAL_II_GIT_REVISION "@DEAL_II_GIT_REVISION@" /** * Short sha1 revision of the current git HEAD. */ -#define DEAL_II_GIT_SHORTREV @DEAL_II_GIT_SHORTREV@ +#define DEAL_II_GIT_SHORTREV "@DEAL_II_GIT_SHORTREV@" #endif -- 2.39.5