[windows] ERROR LNK1104 cannot open file “Debug\jwt-cpp.lib”
When I followed the tutorial to generate project files, but the above error occurred. I tried to find this file in the corresponding generation directory, but it was indeed not generated. So can I fix this problem? Thanks a lot.
`
Hi @ganfm
jwt-cpp is header only library, i.e. no jwt-cpp.lib is generated, if you are not using conan please insert
-DNMOS_CPP_USE_SUPPLIED_JWT_CPP:BOOL="1" while running cmake, see https://github.com/sony/nmos-cpp/blob/master/Documents/Dependencies.md#jwt-cpp and https://github.com/sony/nmos-cpp/blob/master/Documents/Getting-Started.md#preparation
Closes issue: it seems like this issue has been resolved.