From 1badb464b09178192eb1364e0213717e972881a9 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Wed, 27 Sep 2023 23:58:03 +0200 Subject: [PATCH] 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 --- build_files/cmake/Modules/FindClang.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/build_files/cmake/Modules/FindClang.cmake b/build_files/cmake/Modules/FindClang.cmake index 72d87738136..1957c6352bb 100644 --- a/build_files/cmake/Modules/FindClang.cmake +++ b/build_files/cmake/Modules/FindClang.cmake @@ -85,7 +85,6 @@ set(_CLANG_FIND_COMPONENTS clangAST clangLex clangBasic - clangSupport ) set(_CLANG_LIBRARIES)