[LLVMbugs] [Bug 6404] New: Provide llvm-config.cmake file for find_package(llvm ...) support

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Feb 23 00:57:43 PST 2010


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

           Summary: Provide llvm-config.cmake file for find_package(llvm
                    ...) support
           Product: Build scripts
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: cmake
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rspencer at reidspencer.com
                CC: llvmbugs at cs.uiuc.edu


If LLVM had an llvm-config.cmake file and put it in the proper place upon
installation then other programs that use LLVM and also use CMake can find llvm
very easily with a line like:

find_package(llvm 1.6)

LLVM should provide this file to make it easier for CMake users that want to
include LLVM in their project.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list