Commit 286ca4cf by Loo Rong Jie

Fix CMake declaration for absl::str_format

parent 4491d606
......@@ -82,11 +82,9 @@ absl_library(
)
# add str_format library
absl_library(
absl_header_library(
TARGET
absl_str_format
SOURCES
"str_format.h"
PUBLIC_LIBRARIES
str_format_internal
EXPORT_NAME
......@@ -94,7 +92,7 @@ absl_library(
)
# str_format_internal
absl_library(
absl_library(
TARGET
str_format_internal
SOURCES
......
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