Skip to content

Commit

Permalink
Remove cyclic cmake dependency that breaks in cmake 3.30.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 651258120
Change-Id: I1c343bc11407d33dc2d0bb1686be4bdbe6a600df
  • Loading branch information
mkruskal-google authored and copybara-github committed Jul 11, 2024
1 parent 5b6285e commit cd7f66c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions absl/random/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@ absl_cc_library(
DEPS
absl::config
absl::core_headers
absl::fast_type_id
absl::flat_hash_map
absl::raw_logging_internal
absl::random_internal_mock_helpers
absl::random_internal_mock_overload_set
absl::random_internal_mock_validators
absl::random_random
absl::type_traits
absl::utility
GTest::gmock
GTest::gtest
Expand Down

0 comments on commit cd7f66c

Please sign in to comment.