Skip to content

Commit

Permalink
Now using external nlohmann json
Browse files Browse the repository at this point in the history
  • Loading branch information
Teemperor committed Oct 24, 2017
1 parent ece20a4 commit 1bade84
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 13,006 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ arch:
- google-glog
- gtest
- eigen3
- nlohmann-json
script:
- sudo chmod 777 -R /dev/shm/
- ./scripts/run_tests.sh $CC $CXX -j4
Expand Down
1 change: 0 additions & 1 deletion files/nlohmann.json

This file was deleted.

1 change: 1 addition & 0 deletions files/nlohmann_json.modulemap
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module nlohmann_json [system] { header "json.hpp" export * }
1 change: 1 addition & 0 deletions files/nlohmann_json2.modulemap
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module nlohmann_json [system] { header "nlohmann/json.hpp" export * }
2 changes: 1 addition & 1 deletion tests/compilation/nlohmann_json/NEEDS_PCMS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nlohmann_json
nlohmann_json2
Loading

0 comments on commit 1bade84

Please sign in to comment.