From 64e411dccd47169e1ae7e8daad23cc4a08d83f59 Mon Sep 17 00:00:00 2001 From: Filippo Brizzi Date: Tue, 26 Mar 2024 09:10:13 +0000 Subject: [PATCH] add absl status --- modules/examples/CMakeLists.txt | 2 +- modules/utils/src/version_impl.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/examples/CMakeLists.txt b/modules/examples/CMakeLists.txt index 6062fc12..bff68811 100644 --- a/modules/examples/CMakeLists.txt +++ b/modules/examples/CMakeLists.txt @@ -18,7 +18,7 @@ set(TYPES_SOURCES src/types/pose.cpp README.md include/hephaestus/examples/types # library target define_module_library( NAME examples_types - PUBLIC_LINK_LIBS absl::base Eigen3::Eigen hephaestus::bag fmt::fmt mcap + PUBLIC_LINK_LIBS absl::base absl::status Eigen3::Eigen hephaestus::bag fmt::fmt mcap PRIVATE_LINK_LIBS "" SOURCES ${TYPES_SOURCES} PUBLIC_INCLUDE_PATHS $ $ diff --git a/modules/utils/src/version_impl.h b/modules/utils/src/version_impl.h index 540fd2ca..95a7b3ee 100644 --- a/modules/utils/src/version_impl.h +++ b/modules/utils/src/version_impl.h @@ -19,6 +19,6 @@ static constexpr std::uint16_t VERSION_PATCH = 1; static constexpr std::string_view REPO_BRANCH = "zenohc_fix_carg_version"; static constexpr std::string_view BUILD_PROFILE = "RelWithDebInfo"; -static constexpr std::string_view REPO_HASH = "d40880c"; +static constexpr std::string_view REPO_HASH = "1d313dc"; } // namespace heph::utils