From 1f99796d6f808f006dff6dc6576910bef493e244 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 23 Sep 2024 13:06:54 +0200 Subject: Reorder dependencies and remove duplicates in OSS --- src/utils/cpp/TARGETS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils/cpp') diff --git a/src/utils/cpp/TARGETS b/src/utils/cpp/TARGETS index 5f0eab47..f32a34b0 100644 --- a/src/utils/cpp/TARGETS +++ b/src/utils/cpp/TARGETS @@ -18,9 +18,9 @@ , "hdrs": ["json.hpp"] , "deps": [ "gsl" - , ["@", "json", "", "json"] - , ["@", "gsl", "", "gsl"] , ["@", "fmt", "", "fmt"] + , ["@", "gsl", "", "gsl"] + , ["@", "json", "", "json"] ] , "stage": ["src", "utils", "cpp"] } -- cgit v1.2.3