diff options
author | Roman Gershman <romange@gmail.com> | 2018-01-29 22:56:05 +0200 |
---|---|---|
committer | Roman Gershman <romange@gmail.com> | 2018-01-29 22:56:05 +0200 |
commit | 1c8ace4e513bce6fbb045fad716b960bea700926 (patch) | |
tree | 27b76c84740d47ed89db78f7a7fa7fe5187b2ce0 /absl/time/CMakeLists.txt | |
parent | fe2006e91fca5379bb7f5c7ad1ff33799573b394 (diff) |
Fix a typo
Diffstat (limited to 'absl/time/CMakeLists.txt')
-rw-r--r-- | absl/time/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/time/CMakeLists.txt b/absl/time/CMakeLists.txt index e7af9ca3..5c317fb0 100644 --- a/absl/time/CMakeLists.txt +++ b/absl/time/CMakeLists.txt @@ -32,7 +32,7 @@ list(APPEND TIME_SRC ${TIME_PUBLIC_HEADERS} ${TIME_INTERNAL_HEADERS} ) -set(TIME_PUBLIC_LIBRARIES absl::base absl::stacktrace absl::int128 {ABSL_CCTZ_TARGET}) +set(TIME_PUBLIC_LIBRARIES absl::base absl::stacktrace absl::int128 ${ABSL_CCTZ_TARGET}) absl_library( TARGET |