From 22c710b8a79e65ce73f7c6c351381044b4a50412 Mon Sep 17 00:00:00 2001
From: Markus Blatt <markus@dr-blatt.de>
Date: Mon, 27 Jan 2014 20:31:13 +0100
Subject: [PATCH] [cmake,bugfix] Adds missing @ to variable on config.h.cmake

---
 config.h.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h.cmake b/config.h.cmake
index d7894dc2a..b425205c1 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -6,7 +6,7 @@
 
 /* begin private */
 /* Name of package */
-#define PACKAGE "@DUNE_MOD_NAME"
+#define PACKAGE "@DUNE_MOD_NAME@"
 
 /* Define to the address where bug reports for this package should be sent. */
 #define PACKAGE_BUGREPORT "@DUNE_MAINTAINER@"
-- 
GitLab