diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-07-24 13:08:55 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-08-16 19:27:41 +0100 |
commit | 801735163a81650619a6c9587e8f1df9ee182694 (patch) | |
tree | 26c8fdceb1696907326b9227d9bfe51e4e237b37 /cmake | |
parent | 353e0c9e9679864a777e17c1bb7c6ba8b6eac96d (diff) |
cmake: Add external signer support
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/bitcoin-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/bitcoin-config.h.in b/cmake/bitcoin-config.h.in index 04590fc609..f599efc89f 100644 --- a/cmake/bitcoin-config.h.in +++ b/cmake/bitcoin-config.h.in @@ -35,6 +35,9 @@ /* Define this symbol to build code that uses AVX2 intrinsics */ #cmakedefine ENABLE_AVX2 1 +/* Define if external signer support is enabled */ +#cmakedefine ENABLE_EXTERNAL_SIGNER 1 + /* Define this symbol to build code that uses SSE4.1 intrinsics */ #cmakedefine ENABLE_SSE41 1 |