1
0
Fork 0
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:
Kengo Suzuki 2025-12-06 19:46:49 +09:00 committed by reuk
parent caac369b45
commit 84bcf6965c
No known key found for this signature in database

View file

@ -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)