Merge pull request #69 from romange/master
Relax dependency requirements for google test library and allow customization of cctz target
This commit is contained in:
commit
e5c6ee2d00
3 changed files with 24 additions and 16 deletions
|
|
@ -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 ${ABSL_CCTZ_TARGET})
|
||||
|
||||
absl_library(
|
||||
TARGET
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue