about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicholas Bishop <nicholasbishop@gmail.com>2020-05-13T23·46-0400
committerGitHub <noreply@github.com>2020-05-13T23·46-0400
commitf2bc9d11e841e247c95f9f1426b367721d0a8fa6 (patch)
tree90db8658745d9e8a1d4da0897d77c1e5e2936740
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
-rw-r--r--CMake/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/README.md b/CMake/README.md
index 04d5df3ab092..8f73475a1621 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