mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
CMake: Remove redundant DEPENDS argument
This commit is contained in:
parent
3506d66fae
commit
57aa8f07a6
1 changed files with 0 additions and 1 deletions
|
|
@ -738,7 +738,6 @@ function(_juce_configure_bundle source_target dest_target)
|
||||||
GENERATED TRUE)
|
GENERATED TRUE)
|
||||||
add_custom_command(TARGET ${dest_target} POST_BUILD
|
add_custom_command(TARGET ${dest_target} POST_BUILD
|
||||||
COMMAND "${CMAKE_COMMAND}" -E copy "${this_output_pkginfo}" "${output_folder}"
|
COMMAND "${CMAKE_COMMAND}" -E copy "${this_output_pkginfo}" "${output_folder}"
|
||||||
DEPENDS "${this_output_pkginfo}"
|
|
||||||
VERBATIM)
|
VERBATIM)
|
||||||
|
|
||||||
_juce_add_xcode_entitlements(${source_target} ${dest_target})
|
_juce_add_xcode_entitlements(${source_target} ${dest_target})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue