[LLVMbugs] [Bug 23862] New: Misleading error message in trunk CMakeLists.txt
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jun 16 15:03:21 PDT 2015
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: unassignedbugs at nondot.org
Reporter: eugene.zelenko at gmail.com
CC: llvmbugs at cs.uiuc.edu, mclow.lists at gmail.com
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150616/04752194/attachment.html>
More information about the llvm-bugs
mailing list