Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No need to link to nlohmann_json -- header only
In using the system's nlohmann json library I ran into compilation errors that the library could not be linked to since `-lnlohmann` could not be found I believe that nlohmann_json is a header only so it should be fine to remove this in all cases.
- Loading branch information