diff options
author | chriseth <chris@ethereum.org> | 2017-06-14 20:17:53 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-06-14 20:17:53 +0800 |
commit | 1ce949519dabd252c553bf958cb3d7a2cf3ecb26 (patch) | |
tree | 2602648809985ccd004d153263495ff463d5471d /cmake | |
parent | 1d79059897ae35cc5af87a3afb0d5c05949ab2b3 (diff) | |
download | dexon-solidity-1ce949519dabd252c553bf958cb3d7a2cf3ecb26.tar.gz dexon-solidity-1ce949519dabd252c553bf958cb3d7a2cf3ecb26.tar.zst dexon-solidity-1ce949519dabd252c553bf958cb3d7a2cf3ecb26.zip |
Move 0x to cmake file.
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/templates/license.h.in | 4 |
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@ }; |