Skip to content

Commit e05aaf0

Browse files
committed
disable USE_PCSC in preparation for release
1 parent a3a8786 commit e05aaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ option(BUILD_STATIC_LIBS "Build a static library" ON)
4141
option(BUILD_TOOLS "Build tool programs" ON)
4242
option(FUZZ "Enable fuzzing instrumentation" OFF)
4343
option(USE_HIDAPI "Use hidapi as the HID backend" OFF)
44-
option(USE_PCSC "Enable experimental PCSC support" ON)
44+
option(USE_PCSC "Enable experimental PCSC support" OFF)
4545
option(USE_WINHELLO "Abstract Windows Hello as a FIDO device" ON)
4646
option(NFC_LINUX "Enable NFC support on Linux" ON)
4747

0 commit comments

Comments
 (0)