https://llvm.org/bugs/show_bug.cgi?id=28325
Bug ID: 28325
Summary: Mismatched cmake paths in llvm-3.9-dev deb package
Product: Packaging
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: deb packages
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
The llvm-3.9-dev package puts the exported cmake files in
/usr/share/llvm-3.9/cmake.
This path doesn't match the one used in LLVMConfig.cmake, which sets
LLVM_CMAKE_DIR to ${LLVM_INSTALL_PREFIX}/lib/cmake/llvm. LLVM_INSTALL_PREFIX is
/usr. (See LLVMConfig.cmake:178)
Of course cmake then fails to include files from there (e.g.
LLVMConfig.cmake:183).
The package version is 1:3.9~svn27119 on Ubuntu Trusty.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs