Skip to content

Commit

Permalink
Remove minor stray updates
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Dec 18, 2024
1 parent bc93d48 commit 7c14b0f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3023,8 +3023,8 @@ macro(build_absl)
vlog_config_internal)
# Abseil creates a number of header-only targets, which are needed to resolve dependencies.
# The list can be refreshed using:
# comm -13 <(ls -l lib/libabsl_*.a | sed -e 's/.*libabsl_//' -e 's/.a$//' | sort -u) \
# <(ls -1 lib/pkgconfig/absl_*.pc | sed -e 's/.*absl_//' -e 's/.pc$//' | sort -u)
# comm -13 <(ls -l $PREFIX/lib/libabsl_*.a | sed -e 's/.*libabsl_//' -e 's/.a$//' | sort -u) \
# <(ls -1 $PREFIX/lib/pkgconfig/absl_*.pc | sed -e 's/.*absl_//' -e 's/.pc$//' | sort -u)
set(_ABSL_INTERFACE_LIBS
absl::check
absl::log
Expand Down Expand Up @@ -4491,7 +4491,6 @@ macro(build_grpc)
absl::malloc_internal
absl::time
absl::civil_time
absl::status
absl::strings
absl::strings_internal
absl::base
Expand Down

0 comments on commit 7c14b0f

Please sign in to comment.