Skip to content

Commit

Permalink
Do not compile in gnutls/jwt-parse.c until now
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Collins <[email protected]>
  • Loading branch information
benmcollins committed Jan 7, 2025
1 parent 2f1a29e commit f98f908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ if (GNUTLS_FOUND)
target_link_libraries(jwt PUBLIC PkgConfig::GNUTLS)
target_link_libraries(jwt_static PUBLIC PkgConfig::GNUTLS)
list(APPEND JWT_SOURCES
libjwt/gnutls/jwk-parse.c
libjwt/gnutls/sign-verify.c)
# libjwt/gnutls/jwk-parse.c
endif()

if (OPENSSL_FOUND)
Expand Down

0 comments on commit f98f908

Please sign in to comment.