Skip to content

Commit

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

0 comments on commit 9f48840

Please sign in to comment.