Skip to content

Commit 8756605

Browse files
committed
re-enable USE_PCSC
1 parent 8e803ea commit 8756605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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" OFF)
46+
option(USE_PCSC "Enable experimental PCSC support" ON)
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)