aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/templates/license.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/templates/license.h.in b/cmake/templates/license.h.in
index b254e871..ccc61c99 100644
--- a/cmake/templates/license.h.in
+++ b/cmake/templates/license.h.in
@@ -1,5 +1,5 @@
#pragma once
-static char licenseText[] = {
- 0x@LICENSE_TEXT@
+static char const licenseText[] = {
+ @LICENSE_TEXT@
};