Skip to content

Commit 7602cd9

Browse files
committed
disable USE_PCSC in preparation for release
1 parent eecd061 commit 7602cd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ option(BUILD_STATIC_LIBS "Build a static library" ON)
4343
option(BUILD_TOOLS "Build tool programs" ON)
4444
option(FUZZ "Enable fuzzing instrumentation" OFF)
4545
option(USE_HIDAPI "Use hidapi as the HID backend" OFF)
46-
option(USE_PCSC "Enable experimental PCSC support" ON)
46+
option(USE_PCSC "Enable experimental PCSC support" OFF)
4747
option(USE_WINHELLO "Abstract Windows Hello as a FIDO device" ON)
4848
option(NFC_LINUX "Enable NFC support on Linux" ON)
4949

0 commit comments

Comments
 (0)