Skip to content

Commit cd7f66c

Browse files
mkruskal-googlecopybara-github
authored andcommitted
Remove cyclic cmake dependency that breaks in cmake 3.30.0
PiperOrigin-RevId: 651258120 Change-Id: I1c343bc11407d33dc2d0bb1686be4bdbe6a600df
1 parent 5b6285e commit cd7f66c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

absl/random/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ absl_cc_library(
112112
DEPS
113113
absl::config
114114
absl::core_headers
115+
absl::fast_type_id
115116
absl::flat_hash_map
116117
absl::raw_logging_internal
117118
absl::random_internal_mock_helpers
118-
absl::random_internal_mock_overload_set
119-
absl::random_internal_mock_validators
120119
absl::random_random
120+
absl::type_traits
121121
absl::utility
122122
GTest::gmock
123123
GTest::gtest

0 commit comments

Comments
 (0)