Skip to content

Commit

Permalink
Dmg: Remove DEPENDS deploy deploycheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Aug 30, 2023
1 parent d054dd3 commit cfeecd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/Dmg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit cfeecd9

Please sign in to comment.