Remove `nlohmann::json` warnings
The addition to the CMakeLists.txt
removes many compiler warnings caused by nlohmann::json
as of GCC 7.1.
https://github.com/nlohmann/json/issues/1861#issuecomment-745998713
Edited by Ben Bruers
The addition to the CMakeLists.txt
removes many compiler warnings caused by nlohmann::json
as of GCC 7.1.
https://github.com/nlohmann/json/issues/1861#issuecomment-745998713