Commit 9f4bde36 by Christian Blichmann Committed by Copybara-Service

CMake: Remove trailing commas in `AbseilDll.cmake`

PiperOrigin-RevId: 491266544
Change-Id: I0dd222f6d9fe49f1fdcdb11cf732c13c353e7695
parent e51b4ef7
...@@ -404,9 +404,9 @@ set(ABSL_INTERNAL_DLL_TARGETS ...@@ -404,9 +404,9 @@ set(ABSL_INTERNAL_DLL_TARGETS
"cord" "cord"
"core_headers" "core_headers"
"counting_allocator" "counting_allocator"
"crc_cpu_detect", "crc_cpu_detect"
"crc_internal", "crc_internal"
"crc32c", "crc32c"
"debugging" "debugging"
"debugging_internal" "debugging_internal"
"demangle_internal" "demangle_internal"
...@@ -439,8 +439,8 @@ set(ABSL_INTERNAL_DLL_TARGETS ...@@ -439,8 +439,8 @@ set(ABSL_INTERNAL_DLL_TARGETS
"node_hash_map" "node_hash_map"
"node_hash_set" "node_hash_set"
"node_slot_policy" "node_slot_policy"
"non_temporal_arm_intrinsics", "non_temporal_arm_intrinsics"
"non_temporal_memcpy", "non_temporal_memcpy"
"numeric" "numeric"
"optional" "optional"
"periodic_sampler" "periodic_sampler"
......
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