Commit 4b33e3d
authored
[Comgr] Use CLANG_LINK_CLANG_DYLIB instead of checking if the clangFrontendTool target exists (#632)
`TARGET clangFrontendTool` was used to check if libclang-cpp was built or not. Instead, use CLANG_LINK_CLANG_DYLIB which is the actual CMake flag that controls if libclang-cpp is built.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
| 409 | + | |
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
| |||
0 commit comments