diff options
Diffstat (limited to 'src/utils/cpp/TARGETS')
-rw-r--r-- | src/utils/cpp/TARGETS | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/utils/cpp/TARGETS b/src/utils/cpp/TARGETS index f32a34b0..2a0b3f10 100644 --- a/src/utils/cpp/TARGETS +++ b/src/utils/cpp/TARGETS @@ -16,12 +16,7 @@ { "type": ["@", "rules", "CC", "library"] , "name": ["json"] , "hdrs": ["json.hpp"] - , "deps": - [ "gsl" - , ["@", "fmt", "", "fmt"] - , ["@", "gsl", "", "gsl"] - , ["@", "json", "", "json"] - ] + , "deps": ["gsl", ["@", "fmt", "", "fmt"], ["@", "json", "", "json"]] , "stage": ["src", "utils", "cpp"] } , "concepts": |