Skip to content

Commit

Permalink
Update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
h3x4n1um committed Nov 13, 2020
1 parent 2ebe90e commit fee5e8c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
url = https://github.com/nlohmann/json
[submodule "rton-json/third_party/fifo_map"]
path = rton-json/third_party/fifo_map
url = https://github.com/h3x4n1um/fifo_map
branch = cmake-submodule
url = https://github.com/nlohmann/fifo_map
2 changes: 1 addition & 1 deletion rton-json/include/json_fifo.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include <nlohmann/json.hpp>
#include <fifo_map.hpp>
#include <nlohmann/json.hpp>

namespace json_fifo{
//a workaround to give to use fifo_map as map, we are just ignoring the 'less' compare
Expand Down
2 changes: 1 addition & 1 deletion rton-json/third_party/fifo_map
Submodule fifo_map updated 1 files
+1 −1 CMakeLists.txt
2 changes: 1 addition & 1 deletion rton-json/third_party/json
Submodule json updated 1562 files

0 comments on commit fee5e8c

Please sign in to comment.