summaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorGravatar Nicholas Bishop <nicholasbishop@gmail.com>2020-05-13 19:46:00 -0400
committerGravatar GitHub <noreply@github.com>2020-05-13 19:46:00 -0400
commitf2bc9d11e841e247c95f9f1426b367721d0a8fa6 (patch)
tree90db8658745d9e8a1d4da0897d77c1e5e2936740 /CMake
parent0fecf0e6339b725f111bc0d8900545184e3f29bd (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.md2
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