Skip to content
Snippets Groups Projects
Commit 1c8ace4e authored by Roman Gershman's avatar Roman Gershman
Browse files

Fix a typo

parent fe2006e9
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ list(APPEND TIME_SRC ...@@ -32,7 +32,7 @@ list(APPEND TIME_SRC
${TIME_PUBLIC_HEADERS} ${TIME_PUBLIC_HEADERS}
${TIME_INTERNAL_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( absl_library(
TARGET TARGET
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment