[llvm-bugs] [Bug 30294] New: Typo in CMakeLists.txt "LLVM_INCLDE_TESTS"

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Sep 6 09:14:08 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=30294

            Bug ID: 30294
           Summary: Typo in CMakeLists.txt "LLVM_INCLDE_TESTS"
           Product: Build scripts
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: cmake
          Assignee: unassignedbugs at nondot.org
          Reporter: alfedotov at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

There is a typo in CMakeLists.txt LLVM_INCLDE_TESTS

  if ( LLVM_INCLUDE_TESTS )
    message(FATAL_ERROR "Including tests when not building utils will not work.
    Either set LLVM_INCLUDE_UTILS to On, or set LLVM_INCLDE_TESTS to Off.")


Should be LLVM_INCLUDE_TESTS

-- 
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/20160906/eb6369eb/attachment.html>


More information about the llvm-bugs mailing list