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

Typo fix

parent 765541cd
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ endif()
# commented: used only for standalone test
#add_subdirectory(cctz)
#add_subdirectory(googletest)
check_target({${CCTZ_TARGET})
check_target(${ABSL_CCTZ_TARGET})
## check targets
if(BUILD_TESTING)
......
......@@ -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_TARGET})
set(TIME_PUBLIC_LIBRARIES absl::base absl::stacktrace absl::int128 {ABSL_CCTZ_TARGET})
absl_library(
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