[PATCH] D17117: [libcxxabi] Fix misleading error message in CMakeLists.txt
Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 18 10:45:57 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL266635: [CMake] Fix misleading error message in CMakeLists.txt. (authored by eugenezelenko).
Changed prior to commit:
http://reviews.llvm.org/D17117?vs=47570&id=54081#toc
Repository:
rL LLVM
http://reviews.llvm.org/D17117
Files:
libcxxabi/trunk/CMakeLists.txt
Index: libcxxabi/trunk/CMakeLists.txt
===================================================================
--- libcxxabi/trunk/CMakeLists.txt
+++ libcxxabi/trunk/CMakeLists.txt
@@ -326,7 +326,7 @@
)
if (LIBCXXABI_LIBUNWIND_SOURCES STREQUAL "LIBCXXABI_LIBUNWIND_SOURCES-NOTFOUND")
- message(WARNING "LIBCXXABI_LIBCXX_PATH was not specified and couldn't be infered.")
+ message(WARNING "LIBCXXABI_LIBUNWIND_SOURCES was not specified and couldn't be infered.")
set(LIBCXXABI_LIBUNWIND_SOURCES "")
endif()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17117.54081.patch
Type: text/x-patch
Size: 525 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160418/61e8e03c/attachment.bin>
More information about the llvm-commits
mailing list