Skip to content

Commit

Permalink
Update ABSL to tip
Browse files Browse the repository at this point in the history
This should hopefully fix the failing build.
  • Loading branch information
carlocab committed Aug 27, 2024
1 parent 6b78e08 commit 941dd06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ if(NOT absl_FOUND)
endif()
list(APPEND LIBBLOATY_LIBS absl::strings)
list(APPEND LIBBLOATY_LIBS absl::optional)
list(APPEND LIBBLOATY_LIBS absl::demangle_internal)
list(APPEND LIBBLOATY_LIBS Threads::Threads)

if(DEFINED ENV{LIB_FUZZING_ENGINE})
Expand Down
2 changes: 1 addition & 1 deletion third_party/abseil-cpp
Submodule abseil-cpp updated 973 files

0 comments on commit 941dd06

Please sign in to comment.