diff options
author | Roman Gershman <romange@gmail.com> | 2018-01-29T19·08+0200 |
---|---|---|
committer | Roman Gershman <romange@gmail.com> | 2018-01-29T19·08+0200 |
commit | fe2006e91fca5379bb7f5c7ad1ff33799573b394 (patch) | |
tree | 894b608a6dd3667ac865b0fc6936dd5a74f190c2 /CMake | |
parent | 7994c57a901ddab6df6526e7e450d0ad73a1af96 (diff) |
Update README.md
Diffstat (limited to 'CMake')
-rw-r--r-- | CMake/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMake/README.md b/CMake/README.md index 0ae9c2686a88..15658c6899ff 100644 --- a/CMake/README.md +++ b/CMake/README.md @@ -29,7 +29,8 @@ Note: Abseil requires CCTZ and the googletest framework. Consequently, the targets `gtest`, `gtest_main`, `gmock` and `cctz` need to be declared in your project before including abseil with `add_subdirectory`. - + However, if abseil is compiled with -DBUILD_TESTING=OFF, then `gtest`, `gmock` and `gtest_main` are not required. + In addition, it's possible to override the name of cctz target to custom one with option -DABSL_CCTZ_TARGET=my_cctz 4- Add the absl:: target you wish to use to the `target_link_libraries()` section of your executable or of your library |