Skip to content

Commit

Permalink
CMake: Remove trailing commas in AbseilDll.cmake
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 491266544
Change-Id: I0dd222f6d9fe49f1fdcdb11cf732c13c353e7695
  • Loading branch information
cblichmann authored and copybara-github committed Nov 28, 2022
1 parent e51b4ef commit 9f4bde3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMake/AbseilDll.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 9f4bde3

Please sign in to comment.