Add submodule json
Add submodule JSON with version v3.6.1 and tests disabled.
Remove the corresponding json.hpp file from the CCAM app, and
use the header from the submodule instead.
Add submodule json
Description
Details
Event TimelineComment Actions I noticed you used json.hpp from https://github.com/nlohmann/json directly in CCAM. Comment Actions LGTM. @goetzinger to use the new code, call the following command: git pull git submodule update --init --recursive A simple git-pull does not fetch new submodules. |