Relax dependency on googletest and allow customization of cctz target

This commit is contained in:
Roman Gershman 2017-12-23 00:25:36 +02:00
parent ff70456473
commit 765541cd5e
2 changed files with 19 additions and 14 deletions

View file

@ -32,7 +32,7 @@ list(APPEND TIME_SRC
${TIME_PUBLIC_HEADERS}
${TIME_INTERNAL_HEADERS}
)
set(TIME_PUBLIC_LIBRARIES absl::base absl::stacktrace absl::int128 cctz)
set(TIME_PUBLIC_LIBRARIES absl::base absl::stacktrace absl::int128 {CCTZ_TARGET})
absl_library(
TARGET