Skip to content

Commit 1a6d851

Browse files
authored
build: remove duplicate absl_strings_dep from nixl_common_deps (#1002)
Signed-off-by: Shijie Ma <[email protected]>
1 parent 5d63e80 commit 1a6d851

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/common/meson.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
absl_log_dep = abseil_proj.get_variable('absl_log_dep')
1818
absl_strings_dep = abseil_proj.get_variable('absl_strings_dep')
1919
absl_status_dep = abseil_proj.get_variable('absl_status_dep')
20-
absl_strings_dep = abseil_proj.get_variable('absl_strings_dep')
2120
absl_synchronization_dep = abseil_proj.get_variable('absl_synchronization_dep')
2221

2322
nixl_common_inc = include_directories('.')
@@ -26,7 +25,6 @@ nixl_common_deps = [
2625
absl_log_dep,
2726
absl_strings_dep,
2827
absl_status_dep,
29-
absl_strings_dep,
3028
absl_synchronization_dep,
3129
dependency('asio', required: true),
3230
]

0 commit comments

Comments
 (0)