From 9f4bde36965c4de0781ea292fa7737a4fd60f265 Mon Sep 17 00:00:00 2001 From: Christian Blichmann Date: Mon, 28 Nov 2022 00:34:22 -0800 Subject: CMake: Remove trailing commas in `AbseilDll.cmake` PiperOrigin-RevId: 491266544 Change-Id: I0dd222f6d9fe49f1fdcdb11cf732c13c353e7695 --- CMake/AbseilDll.cmake | 10 +++++----- 1 file 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" -- cgit v1.2.3