We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e803ea commit 8756605Copy full SHA for 8756605
CMakeLists.txt
@@ -43,7 +43,7 @@ option(BUILD_STATIC_LIBS "Build a static library" ON)
43
option(BUILD_TOOLS "Build tool programs" ON)
44
option(FUZZ "Enable fuzzing instrumentation" OFF)
45
option(USE_HIDAPI "Use hidapi as the HID backend" OFF)
46
-option(USE_PCSC "Enable experimental PCSC support" OFF)
+option(USE_PCSC "Enable experimental PCSC support" ON)
47
option(USE_WINHELLO "Abstract Windows Hello as a FIDO device" ON)
48
option(NFC_LINUX "Enable NFC support on Linux" ON)
49
0 commit comments