summaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorGravatar Christian Blichmann <cblichmann@google.com>2022-11-28 00:34:22 -0800
committerGravatar Copybara-Service <copybara-worker@google.com>2022-11-28 00:35:03 -0800
commit9f4bde36965c4de0781ea292fa7737a4fd60f265 (patch)
tree3cd51f0af50ef2707ef949e232e42d6c5652ed7c /CMake
parente51b4ef779f58b89563bbf8778f05766ba110e10 (diff)
CMake: Remove trailing commas in `AbseilDll.cmake`
PiperOrigin-RevId: 491266544 Change-Id: I0dd222f6d9fe49f1fdcdb11cf732c13c353e7695
Diffstat (limited to 'CMake')
-rw-r--r--CMake/AbseilDll.cmake10
1 files changed, 5 insertions, 5 deletions
diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake
index d53befd4..217f884e 100644
--- a/CMake/AbseilDll.cmake
+++ b/CMake/AbseilDll.cmake
@@ -404,9 +404,9 @@ set(ABSL_INTERNAL_DLL_TARGETS
"cord"
"core_headers"
"counting_allocator"
- "crc_cpu_detect",
- "crc_internal",
- "crc32c",
+ "crc_cpu_detect"
+ "crc_internal"
+ "crc32c"
"debugging"
"debugging_internal"
"demangle_internal"
@@ -439,8 +439,8 @@ set(ABSL_INTERNAL_DLL_TARGETS
"node_hash_map"
"node_hash_set"
"node_slot_policy"
- "non_temporal_arm_intrinsics",
- "non_temporal_memcpy",
+ "non_temporal_arm_intrinsics"
+ "non_temporal_memcpy"
"numeric"
"optional"
"periodic_sampler"