arun11299 / cpp-jwt

JSON Web Token library for C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vcpkg port

Tradias opened this issue · comments

It would be nice to make this library available from vcpkg.

@Tradias Thanks! I am not sure what needs to be done from my side. Please do let me know .

@arun11299 you"re weclome. There is something you can do indeed. cpp-jwt currently creates an empty directory include/test when installed, it shouldn't do that (see comment on vcpkg pr). Additionally you should bump the project version in the main CMakeLists.txt (here) it still says 1.2

@arun11299 I have created a PR to take care of it and some other smaller issues: #87