summary refs log tree commit diff
path: root/cmake/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/version.h')
-rw-r--r--cmake/version.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmake/version.h b/cmake/version.h
deleted file mode 100644
index 204bc895..00000000
--- a/cmake/version.h
+++ /dev/null
@@ -1,5 +0,0 @@
-namespace nheko {
-static constexpr const char *version    = "${PROJECT_VERSION}";
-static constexpr const char *build_user = "${BUILD_USER}@${BUILD_HOST}";
-static constexpr const char *build_os   = "${CMAKE_HOST_SYSTEM_NAME}";
-}