Skip to content

Commit a933a20

Browse files
rsomla1Bogdan Degtyariov
authored andcommitted
WL#15239: Update bundling definitions to include webauthn plugin.
1 parent 7b14f83 commit a933a20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jdbc/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ set(AUTH_PLUGINS
421421
)
422422

423423
if(NOT CMAKE_SYSTEM_NAME MATCHES "SunOS")
424-
list(APPEND AUTH_PLUGINS fido)
424+
list(APPEND AUTH_PLUGINS webauthn fido)
425425
# Note: Kerberos authentication plugin is not supported on macOS
426426
if(NOT APPLE)
427427
list(APPEND AUTH_PLUGINS kerberos)
@@ -435,6 +435,7 @@ endif()
435435
# should be listed first, otherwise the logic detecting missing dependencies
436436
# will break... For example: `krb5support` must go before `krb5`
437437

438+
set(AUTH_DEPS_webauthn fido2)
438439
set(AUTH_DEPS_fido fido2)
439440

440441

0 commit comments

Comments
 (0)