Closed Tradias closed 3 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.
cpp-jwtTargets.cmake
CPP_JWT_CONFIG_INSTALL_DIR
share/cpp-jwt
CMAKE_CURRENT_LIST_DIR
Turns out vcpkg actually relocates the installed
cpp-jwtTargets.cmake
fromCPP_JWT_CONFIG_INSTALL_DIR
toshare/cpp-jwt
so the only option I see is to useCMAKE_CURRENT_LIST_DIR
like we did before. Sorry for that oversight.