diff options
author | Nicholas Bishop <nicholasbishop@gmail.com> | 2020-05-13 19:46:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 19:46:00 -0400 |
commit | f2bc9d11e841e247c95f9f1426b367721d0a8fa6 (patch) | |
tree | 90db8658745d9e8a1d4da0897d77c1e5e2936740 /CMake | |
parent | 0fecf0e6339b725f111bc0d8900545184e3f29bd (diff) |
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
Diffstat (limited to 'CMake')
-rw-r--r-- | CMake/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/README.md b/CMake/README.md index 04d5df3a..8f73475a 100644 --- a/CMake/README.md +++ b/CMake/README.md @@ -93,7 +93,7 @@ absl::flags absl::memory absl::meta absl::numeric -absl::random +absl::random_random absl::strings absl::synchronization absl::time |