Fix #109596: Xcode project generation fails

Remove dead code that is causing problems with dependencies in Xcode.

Pull Request: https://projects.blender.org/blender/blender/pulls/109751
This commit is contained in:
Ray Molenkamp
2023-07-05 17:31:29 +02:00
committed by Gitea
parent 87b8e2e18d
commit c591eb1b40

View File

@@ -625,9 +625,6 @@ if(WITH_COMPOSITOR_CPU)
COMMAND "$<TARGET_FILE:smaa_areatex>" ${GENSRC}
DEPENDS smaa_areatex
)
add_custom_target(smaa_areatex_header
SOURCES ${GENSRC}
)
list(APPEND SRC
${GENSRC}
)
@@ -662,8 +659,6 @@ if(WITH_COMPOSITOR_CPU)
target_compile_options(bf_compositor PRIVATE "-Wsuggest-override")
endif()
add_dependencies(bf_compositor smaa_areatex_header)
if(WITH_GTESTS)
set(TEST_SRC
tests/COM_BufferArea_test.cc