Fix cmake-imported-targets-llvm test for compat packages
We should be looking for clangNN-devel-dependencies.txt instead of clang-devel-dependencies.txt in that case.
This commit is contained in:
parent
d48991f42a
commit
7dfda355f9
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ rlJournalStart
|
|||
|
||||
# llvm-devel must be a dependency of clang-devel, as ClangConfig.cmake
|
||||
# depends on LLVMConfig.cmake.
|
||||
rlAssertGrep "$LLVM_DEVEL" "${tmp_dir}/clang-devel-dependencies.txt"
|
||||
rlAssertGrep "$LLVM_DEVEL" "${tmp_dir}/${CLANG_DEVEL}-dependencies.txt"
|
||||
|
||||
# For each imported target file, check who provides it and if the provider
|
||||
# is in the dependency list (or is the package itself).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue