Fix: Compile error from unused module requested in CMake

The `clangSupport` module isn't provided in the precompiled
libraries anymore, and Blender compiles without it.

Pull Request: https://projects.blender.org/blender/blender/pulls/112981
This commit is contained in:
Hans Goudey 2023-09-27 23:58:03 +02:00 committed by Hans Goudey
parent e0fe8d4698
commit 1badb464b0

@ -85,7 +85,6 @@ set(_CLANG_FIND_COMPONENTS
clangAST
clangLex
clangBasic
clangSupport
)
set(_CLANG_LIBRARIES)