diff options
Diffstat (limited to 'cmake/version.h')
-rw-r--r-- | cmake/version.h | 5 |
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}"; -} |