[libcxxabi] r266635 - [CMake] Fix misleading error message in CMakeLists.txt.

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 18 10:40:18 PDT 2016


Author: eugenezelenko
Date: Mon Apr 18 12:40:18 2016
New Revision: 266635

URL: http://llvm.org/viewvc/llvm-project?rev=266635&view=rev
Log:
[CMake] Fix misleading error message in CMakeLists.txt.

Differential revision: http://reviews.llvm.org/D17117

Modified:
    libcxxabi/trunk/CMakeLists.txt

Modified: libcxxabi/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/CMakeLists.txt?rev=266635&r1=266634&r2=266635&view=diff
==============================================================================
--- libcxxabi/trunk/CMakeLists.txt (original)
+++ libcxxabi/trunk/CMakeLists.txt Mon Apr 18 12:40:18 2016
@@ -326,7 +326,7 @@ if (LIBCXXABI_USE_LLVM_UNWINDER OR LLVM_
   )
 
   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()
 




More information about the cfe-commits mailing list