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.
bitcoin
1 parent c4adfbf commit 7584a4fCopy full SHA for 7584a4f
src/CMakeLists.txt
@@ -293,7 +293,7 @@ if(BUILD_BITCOIN_BIN)
293
add_windows_resources(bitcoin bitcoin-res.rc)
294
add_windows_application_manifest(bitcoin)
295
target_link_libraries(bitcoin core_interface bitcoin_util)
296
- install_binary_component(bitcoin)
+ install_binary_component(bitcoin HAS_MANPAGE)
297
endif()
298
299
# Bitcoin Core bitcoind.
0 commit comments