Skip to content

Commit 8b02a04

Browse files
committed
fix build parameter jwt
1 parent 2bc034a commit 8b02a04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/configure_config.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,5 +200,8 @@ endif()
200200
if (TARGET ch_contrib::sha3iuf)
201201
set(USE_SHA3IUF 1)
202202
endif()
203+
if (TARGET ch_contrib::jwt-cpp)
204+
set(USE_JWT_CPP 1)
205+
endif()
203206

204207
set(SOURCE_DIR ${PROJECT_SOURCE_DIR})

0 commit comments

Comments
 (0)