Fix compilation error when WITH_COMPOSITOR_CPU is OFF

The render only uses `ProfilerData` for which it is enough to only
have header. No linking is needed to the bf_compositor for things
to work.

Pull Request: https://projects.blender.org/blender/blender/pulls/118030
This commit is contained in:
Sergey Sharybin 2024-02-09 10:55:23 +01:00 committed by Sergey Sharybin
parent 69e0e9f19f
commit a18324ff10
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ set(LIB
PRIVATE bf::depsgraph
PRIVATE bf::dna
PRIVATE bf::intern::guardedalloc
bf_compositor
bf_realtime_compositor
PRIVATE bf::intern::atomic
)