summaryrefslogtreecommitdiff
path: root/media-gfx/blender/files/blender-4.0.2-FindClang.patch
blob: 2c7a404c3bc6144b86145448df4ea090db5ce89f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
From: Paul Zander <negril.nx+gentoo@gmail.com>
look for the merged clang library so we can find clang
diff --git a/build_files/cmake/Modules/FindClang.cmake b/build_files/cmake/Modules/FindClang.cmake
index 1957c63..5620b84 100644
--- a/build_files/cmake/Modules/FindClang.cmake
+++ b/build_files/cmake/Modules/FindClang.cmake
@@ -85,6 +85,7 @@ set(_CLANG_FIND_COMPONENTS
   clangAST
   clangLex
   clangBasic
+  clang-cpp
 )
 
 set(_CLANG_LIBRARIES)