diff --git a/modules/bag/CMakeLists.txt b/modules/bag/CMakeLists.txt index daf77cdb..62f8128f 100644 --- a/modules/bag/CMakeLists.txt +++ b/modules/bag/CMakeLists.txt @@ -25,7 +25,7 @@ set(SOURCES # library target define_module_library( NAME bag - PUBLIC_LINK_LIBS absl::base hephaestus::containers hephaestus::ipc mcap + PUBLIC_LINK_LIBS absl::base absl::log hephaestus::containers hephaestus::ipc mcap PRIVATE_LINK_LIBS "" SOURCES ${SOURCES} PUBLIC_INCLUDE_PATHS $ $ diff --git a/modules/utils/src/version_impl.h b/modules/utils/src/version_impl.h index 95a7b3ee..bfcd5749 100644 --- a/modules/utils/src/version_impl.h +++ b/modules/utils/src/version_impl.h @@ -18,7 +18,7 @@ static constexpr std::uint8_t VERSION_MINOR = 0; 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 = "1d313dc"; +static constexpr std::string_view BUILD_PROFILE = "Release"; +static constexpr std::string_view REPO_HASH = "ddbbce2"; } // namespace heph::utils