mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-08 23:24:19 +00:00
CMake: Remove dead code in _juce_configure_bundle function
This commit is contained in:
parent
caac369b45
commit
84bcf6965c
1 changed files with 0 additions and 7 deletions
|
|
@ -734,13 +734,6 @@ function(_juce_configure_bundle source_target dest_target)
|
|||
return()
|
||||
endif()
|
||||
|
||||
get_target_property(generated_icon ${source_target} JUCE_ICON_FILE)
|
||||
set(icon_dependency)
|
||||
|
||||
if(generated_icon)
|
||||
set(icon_dependency "${generated_icon}")
|
||||
endif()
|
||||
|
||||
get_target_property(juce_library_code ${source_target} JUCE_GENERATED_SOURCES_DIRECTORY)
|
||||
get_target_property(input_info_file ${source_target} JUCE_INFO_FILE)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue