[libcxxabi] r236889 - Typos
Anton Korobeynikov
asl at math.spbu.ru
Fri May 8 11:14:15 PDT 2015
Author: asl
Date: Fri May 8 13:14:14 2015
New Revision: 236889
URL: http://llvm.org/viewvc/llvm-project?rev=236889&view=rev
Log:
Typos
Modified:
libcxxabi/trunk/CMakeLists.txt
Modified: libcxxabi/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/CMakeLists.txt?rev=236889&r1=236888&r2=236889&view=diff
==============================================================================
--- libcxxabi/trunk/CMakeLists.txt (original)
+++ libcxxabi/trunk/CMakeLists.txt Fri May 8 13:14:14 2015
@@ -324,9 +324,9 @@ if (LIBCXXABI_USE_LLVM_UNWINDER OR LLVM_
NO_DEFAULT_PATH
)
- if (LIBCXXABI_LIBUNWIND_SOURCES STREQUAL "LIBCXXABI_LIBUNWIND_PATH-NOTFOUND")
+ 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_PATH "")
+ set(LIBCXXABI_LIBUNWIND_SOURCES "")
endif()
include_directories("${LIBCXXABI_LIBUNWIND_INCLUDES}")
More information about the cfe-commits
mailing list