mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-03 22:02:12 +00:00
[CMake] Fix misleading error message in CMakeLists.txt.
Differential revision: http://reviews.llvm.org/D17117 llvm-svn: 266635
This commit is contained in:
parent
e2289a427d
commit
7deb1ac8a1
@ -326,7 +326,7 @@ if (LIBCXXABI_USE_LLVM_UNWINDER OR LLVM_NATIVE_ARCH MATCHES ARM)
|
|||||||
)
|
)
|
||||||
|
|
||||||
if (LIBCXXABI_LIBUNWIND_SOURCES STREQUAL "LIBCXXABI_LIBUNWIND_SOURCES-NOTFOUND")
|
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 "")
|
set(LIBCXXABI_LIBUNWIND_SOURCES "")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user