Skip to content

Commit ee7905d

Browse files
committed
cmake/module/Maintenance.cmake:deploydir:remove .zip
DEPENDS ${CMAKE_BINARY_DIR}/${osx_volname}
1 parent af5e6b4 commit ee7905d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/module/Maintenance.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function(add_macos_deploy_target)
123123
VERBATIM
124124
)
125125
add_custom_target(deploydir
126-
DEPENDS ${CMAKE_BINARY_DIR}/${osx_volname}.zip
126+
DEPENDS ${CMAKE_BINARY_DIR}/${osx_volname}
127127
)
128128
add_custom_target(deploy
129129
DEPENDS ${CMAKE_BINARY_DIR}/${osx_volname}.zip

0 commit comments

Comments
 (0)