]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CMake: Export a string literal in revision.h 458/head
authorMatthias Maier <tamiko@kyomu.43-1.org>
Mon, 19 Jan 2015 23:42:34 +0000 (00:42 +0100)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Mon, 19 Jan 2015 23:42:34 +0000 (00:42 +0100)
include/deal.II/base/revision.h.in

index 72104d8e34d7e63706ba60c818def08cd69a724d..20614483ed5e4f26d3f0ae177b5bb4b8ec716091 100644 (file)
 /**
  * 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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.