[LLVMbugs] [Bug 21407] New: LLVMConfig.cmake has wrong LLVM_LIBRARY_DIRS on systems that use lib64

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Oct 28 16:45:45 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=21407

            Bug ID: 21407
           Summary: LLVMConfig.cmake has wrong LLVM_LIBRARY_DIRS on
                    systems that use lib64
           Product: Build scripts
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: cmake
          Assignee: unassignedbugs at nondot.org
          Reporter: arichardson.kde at googlemail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

On my system (openSuSE) it shows LLVM_LIBRARY_DIRS points to /usr/local/lib
instead of /usr/local/lib64

This line here is wrong (line 97 in 3.5):
set(LLVM_LIBRARY_DIRS "${LLVM_INSTALL_PREFIX}/lib")

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141028/39787823/attachment.html>


More information about the llvm-bugs mailing list