Skip to content

Commit

Permalink
Feature: add prometheus authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
leolin49 committed Dec 9, 2024
1 parent 43c70e6 commit 871bd4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/jwt_cpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ FetchContent_Declare(
FetchContent_GetProperties(jwt_cpp)

if(NOT jwt_cpp_POPULATED)
FetchContent_Populate(jwt_cpp)
FetchContent_Populate(jwt-cpp)
add_subdirectory(${TRPC_ROOT_PATH}/cmake_third_party/jwt_cpp)
add_library(trpc_jwt_cpp ALIAS jwt_cpp)
add_library(trpc_jwt_cpp ALIAS jwt-cpp)
set(TARGET_INCLUDE_PATHS ${TARGET_INCLUDE_PATHS}
${TRPC_ROOT_PATH}/cmake_third_party/jwt_cpp)
set(TARGET_LINK_LIBS ${TARGET_LINK_LIBS} jwt_cpp)
Expand Down

0 comments on commit 871bd4d

Please sign in to comment.