Skip to content

Commit

Permalink
Merge pull request #384 from carlocab/update-abseil
Browse files Browse the repository at this point in the history
Update ABSL to tip
  • Loading branch information
haberman authored Sep 4, 2024
2 parents 379d530 + 752f32e commit 8026607
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 @@ -307,6 +307,7 @@ endif()
if(NOT absl_FOUND)
set(BLOATY_BUILD_TESTING_SAVE "${BUILD_TESTING}")
set(BUILD_TESTING OFF)
set(ABSL_MSVC_STATIC_RUNTIME ON)
add_subdirectory(third_party/abseil-cpp)
set(BUILD_TESTING "${BLOATY_BUILD_TESTING_SAVE}")
endif()
Expand Down
2 changes: 1 addition & 1 deletion third_party/abseil-cpp
Submodule abseil-cpp updated 973 files

0 comments on commit 8026607

Please sign in to comment.