Commit f2bc9d11 by Nicholas Bishop Committed by GitHub

Fix public target name of the random library (#684)

The name seems to be `random_random` rather than just `random`:

https://github.com/abseil/abseil-cpp/blob/master/absl/random/CMakeLists.txt#L19
parent 0fecf0e6
...@@ -93,7 +93,7 @@ absl::flags ...@@ -93,7 +93,7 @@ absl::flags
absl::memory absl::memory
absl::meta absl::meta
absl::numeric absl::numeric
absl::random absl::random_random
absl::strings absl::strings
absl::synchronization absl::synchronization
absl::time absl::time
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment