Dmg: Remove DEPENDS deploy deploycheck

This commit is contained in:
Jonas Kvinge 2023-08-30 16:22:33 +02:00
parent d054dd33e2
commit cfeecd98f6
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ if(MACDEPLOYQT_EXECUTABLE)
add_custom_target(dmg
COMMAND ${CREATEDMG_EXECUTABLE} --volname strawberry --background "${CMAKE_SOURCE_DIR}/dist/macos/dmg_background.png" --app-drop-link 450 218 --icon strawberry.app 150 218 --window-size 600 450 strawberry-${STRAWBERRY_VERSION_PACKAGE}-${CMAKE_HOST_SYSTEM_PROCESSOR}.dmg strawberry.app
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
DEPENDS deploy deploycheck
)
endif()
endif()