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