Commit 7994c57a by Roman Gershman

Typo fix

parent 765541cd
...@@ -69,7 +69,7 @@ endif() ...@@ -69,7 +69,7 @@ endif()
# commented: used only for standalone test # commented: used only for standalone test
#add_subdirectory(cctz) #add_subdirectory(cctz)
#add_subdirectory(googletest) #add_subdirectory(googletest)
check_target({${CCTZ_TARGET}) check_target(${ABSL_CCTZ_TARGET})
## check targets ## check targets
if(BUILD_TESTING) if(BUILD_TESTING)
......
...@@ -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 {CCTZ_TARGET}) set(TIME_PUBLIC_LIBRARIES absl::base absl::stacktrace absl::int128 {ABSL_CCTZ_TARGET})
absl_library( absl_library(
TARGET TARGET
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment