Fix typo in CMakeLists.txt: provide the path to libcxx checkout and not the include subdir
llvm-svn: 286164
This commit is contained in:
parent
51d0f40d0a
commit
b4459b1cb2
@ -140,7 +140,7 @@ endif()
|
||||
if (LLVM_EXTERNAL_LIBCXX_SOURCE_DIR)
|
||||
set(LIBCXXABI_LIBCXX_SRC_DIR ${LLVM_EXTERNAL_LIBCXX_SOURCE_DIR})
|
||||
else()
|
||||
set(LIBCXXABI_LIBCXX_SRC_DIR ${LLVM_MAIN_SRC_DIR}/projects/libcxx/include)
|
||||
set(LIBCXXABI_LIBCXX_SRC_DIR ${LLVM_MAIN_SRC_DIR}/projects/libcxx)
|
||||
endif()
|
||||
|
||||
find_path(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user