Skip to content

Commit 719fa9f

Browse files
committed
build: Re-enable external signer support for Windows
1 parent 6e5fc2b commit 719fa9f

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
@@ -142,7 +142,7 @@ if(WITH_USDT)
142142
find_package(USDT MODULE REQUIRED)
143143
endif()
144144

145-
cmake_dependent_option(ENABLE_EXTERNAL_SIGNER "Enable external signer support." ON "NOT WIN32" OFF)
145+
option(ENABLE_EXTERNAL_SIGNER "Enable external signer support." ON)
146146

147147
cmake_dependent_option(WITH_QRENCODE "Enable QR code support." ON "BUILD_GUI" OFF)
148148
if(WITH_QRENCODE)

0 commit comments

Comments
 (0)