Skip to content

Commit

Permalink
add absl status
Browse files Browse the repository at this point in the history
  • Loading branch information
filippobrizzi committed Mar 26, 2024
1 parent 1d313dc commit 64e411d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include> $<INSTALL_INTERFACE:include>
Expand Down
2 changes: 1 addition & 1 deletion modules/utils/src/version_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 64e411d

Please sign in to comment.