arun11299 / cpp-jwt

JSON Web Token library for C++
MIT License
387 stars 112 forks source link

Fix Config.cmake.in not relocatable #89

Closed Tradias closed 2 years ago

Tradias commented 2 years ago

Turns out vcpkg actually relocates the installed cpp-jwtTargets.cmake from CPP_JWT_CONFIG_INSTALL_DIR to share/cpp-jwt so the only option I see is to use CMAKE_CURRENT_LIST_DIR like we did before. Sorry for that oversight.