llvm-svn: 236889
This commit is contained in:
Anton Korobeynikov 2015-05-08 18:14:14 +00:00
parent cc0431d1c0
commit 396441c873
1 changed files with 2 additions and 2 deletions

View File

@ -324,9 +324,9 @@ if (LIBCXXABI_USE_LLVM_UNWINDER OR LLVM_NATIVE_ARCH MATCHES ARM)
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}")