Skip to content

Commit

Permalink
[FIXUP] Force build-time dependencies for deploy target
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Aug 15, 2024
1 parent a681714 commit af0d59f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmake/module/Maintenance.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ function(add_macos_deploy_target)
add_custom_target(deploy
DEPENDS ${PROJECT_BINARY_DIR}/dist/${osx_volname}.zip
)
add_dependencies(deploy deploydir)
endif()
add_dependencies(deploydir bitcoin-qt)
add_dependencies(deploy deploydir)
endif()
endfunction()
1 change: 0 additions & 1 deletion src/qt/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,4 @@ endif()

install(TARGETS test_bitcoin-qt
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
COMPONENT GUI
)

0 comments on commit af0d59f

Please sign in to comment.