aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorbp0 <pburt0@gmail.com>2017-07-24 20:09:44 -0500
committerLeandro A. F. Pereira <leandro@hardinfo.org>2017-07-24 18:09:44 -0700
commit8e4746423c20b525671998b1bc94b3b6d8ec78d6 (patch)
tree35b383dbe21d6ed18ace1256adf2b65a8022a5f6 /config.h.cmake
parent227252ed0765f7401a4f952f94c5880563355766 (diff)
Add cmake option to make a "Reproducible Build" (#109)
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 1621a890..496f7535 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -6,7 +6,7 @@
#define ARCH "ARCH_@HARDINFO_ARCH@"
#define OS "@HARDINFO_OS@"
#define PLATFORM OS "-" ARCH
-#define KERNEL "@CMAKE_SYSTEM_VERSION@"
+#define KERNEL ""
#define HOSTNAME ""
#define ARCH_@HARDINFO_ARCH@