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

            Bug ID: 23862
           Summary: Misleading error message in trunk CMakeLists.txt
           Product: libc++abi
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

In next conditional statement LIBCXXABI_LIBUNWIND_SOURCES is checked but
message complains about LIBCXXABI_LIBCXX_PATH.

  if (LIBCXXABI_LIBUNWIND_SOURCES STREQUAL
"LIBCXXABI_LIBUNWIND_SOURCES-NOTFOUND")
    message(WARNING "LIBCXXABI_LIBCXX_PATH was not specified and couldn't be
infered.")
    set(LIBCXXABI_LIBUNWIND_SOURCES "")
  endif()

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to