Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[windows] ERROR LNK1104 cannot open file “Debug\jwt-cpp.lib” #404

Open
ganfm opened this issue Aug 11, 2024 · 1 comment
Open

[windows] ERROR LNK1104 cannot open file “Debug\jwt-cpp.lib” #404

ganfm opened this issue Aug 11, 2024 · 1 comment

Comments

@ganfm
Copy link

ganfm commented Aug 11, 2024

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.
`
image

@lo-simon
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants