diff options
Diffstat (limited to 'src/utils/cpp')
-rw-r--r-- | src/utils/cpp/TARGETS | 4 |
1 files changed, 2 insertions, 2 deletions
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"] } |