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
This commit is contained in:
Nicholas Bishop 2020-05-13 19:46:00 -04:00 committed by GitHub
parent 0fecf0e633
commit f2bc9d11e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@ absl::flags
absl::memory
absl::meta
absl::numeric
absl::random
absl::random_random
absl::strings
absl::synchronization
absl::time