We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a8786 commit e05aaf0Copy full SHA for e05aaf0
CMakeLists.txt
@@ -41,7 +41,7 @@ option(BUILD_STATIC_LIBS "Build a static library" ON)
41
option(BUILD_TOOLS "Build tool programs" ON)
42
option(FUZZ "Enable fuzzing instrumentation" OFF)
43
option(USE_HIDAPI "Use hidapi as the HID backend" OFF)
44
-option(USE_PCSC "Enable experimental PCSC support" ON)
+option(USE_PCSC "Enable experimental PCSC support" OFF)
45
option(USE_WINHELLO "Abstract Windows Hello as a FIDO device" ON)
46
option(NFC_LINUX "Enable NFC support on Linux" ON)
47
0 commit comments