@@ -407,28 +407,27 @@ if(BUILD_KERNEL_LIB)
407407 if (BUILD_KERNEL_TEST)
408408 add_subdirectory (test /kernel)
409409 endif ()
410- endif ()
411-
412- if (BUILD_UTIL_CHAINSTATE)
413- add_executable (bitcoin-chainstate
414- bitcoin-chainstate.cpp
415- )
416- add_windows_application_manifest(bitcoin-chainstate)
417- # TODO: The `SKIP_BUILD_RPATH` property setting can be deleted
418- # in the future after reordering Guix script commands to
419- # perform binary checks after the installation step.
420- # Relevant discussions:
421- # - https://github.com/hebasto/bitcoin/pull/236#issuecomment-2183120953
422- # - https://github.com/bitcoin/bitcoin/pull/30312#issuecomment-2191235833
423- set_target_properties (bitcoin-chainstate PROPERTIES
424- SKIP_BUILD_RPATH OFF
425- )
426- target_link_libraries (bitcoin-chainstate
427- PRIVATE
428- core_interface
429- bitcoinkernel
430- )
431- install_binary_component(bitcoin-chainstate INTERNAL )
410+ if (BUILD_UTIL_CHAINSTATE)
411+ add_executable (bitcoin-chainstate
412+ bitcoin-chainstate.cpp
413+ )
414+ add_windows_application_manifest(bitcoin-chainstate)
415+ # TODO: The `SKIP_BUILD_RPATH` property setting can be deleted
416+ # in the future after reordering Guix script commands to
417+ # perform binary checks after the installation step.
418+ # Relevant discussions:
419+ # - https://github.com/hebasto/bitcoin/pull/236#issuecomment-2183120953
420+ # - https://github.com/bitcoin/bitcoin/pull/30312#issuecomment-2191235833
421+ set_target_properties (bitcoin-chainstate PROPERTIES
422+ SKIP_BUILD_RPATH OFF
423+ )
424+ target_link_libraries (bitcoin-chainstate
425+ PRIVATE
426+ core_interface
427+ bitcoinkernel
428+ )
429+ install_binary_component(bitcoin-chainstate INTERNAL )
430+ endif ()
432431endif ()
433432
434433
0 commit comments