diff options
author | Christian Blichmann <cblichmann@google.com> | 2022-11-28 00:34:22 -0800 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-11-28 00:35:03 -0800 |
commit | 9f4bde36965c4de0781ea292fa7737a4fd60f265 (patch) | |
tree | 3cd51f0af50ef2707ef949e232e42d6c5652ed7c | |
parent | e51b4ef779f58b89563bbf8778f05766ba110e10 (diff) |
CMake: Remove trailing commas in `AbseilDll.cmake`
PiperOrigin-RevId: 491266544
Change-Id: I0dd222f6d9fe49f1fdcdb11cf732c13c353e7695
-rw-r--r-- | CMake/AbseilDll.cmake | 10 |
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" |