Typo fix
This commit is contained in:
parent
765541cd5e
commit
7994c57a90
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
${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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue