From 354802979e6c2eecb6cc0ca99daeb51ed1a55ae2 Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Mon, 6 Nov 2023 16:07:21 -0500 Subject: [PATCH] address review comments --- build-info.h | 9 --------- common/CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 build-info.h diff --git a/build-info.h b/build-info.h deleted file mode 100644 index cfe0edae6..000000000 --- a/build-info.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef BUILD_INFO_H -#define BUILD_INFO_H - -#define BUILD_NUMBER 1418 -#define BUILD_COMMIT "9d02956" -#define BUILD_COMPILER "clang version 16.0.0" -#define BUILD_TARGET "x86_64-unknown-linux-gnu" - -#endif // BUILD_INFO_H diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index f73b33341..4f930bdc5 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -41,7 +41,7 @@ endif() set(TARGET common) add_library(${TARGET} STATIC -base64.hpp + base64.hpp common.h common.cpp sampling.h