You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Warning at CMakeLists.txt:29 (find_package):
By not providing "Findnlohmann_json.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"nlohmann_json", but CMake did not find one.
Could not find a package configuration file provided by "nlohmann_json"
with any of the following names:
make
[ 33%] Building CXX object CMakeFiles/toxvpn.dir/src/main.cpp.o
In file included from /home/world/build/toxvpn/src/main.cpp:1:0:
/home/world/build/toxvpn/src/main.h:33:10: fatal error: nlohmann/json.hpp: no such dir
#include <nlohmann/json.hpp>
^~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
CMake Warning at CMakeLists.txt:29 (find_package):
By not providing "Findnlohmann_json.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"nlohmann_json", but CMake did not find one.
Could not find a package configuration file provided by "nlohmann_json"
with any of the following names:
make
[ 33%] Building CXX object CMakeFiles/toxvpn.dir/src/main.cpp.o
In file included from /home/world/build/toxvpn/src/main.cpp:1:0:
/home/world/build/toxvpn/src/main.h:33:10: fatal error: nlohmann/json.hpp: no such dir
#include <nlohmann/json.hpp>
^~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered: