From e73992f8528582d19b3b12bd35f0f0a810ce75fe Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Tue, 11 Aug 2015 17:22:06 +0000 Subject: Revert part of the last cmake change, it broke configuring with libcxx on Linux for me git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@244635 91177308-0d34-0410-b5e6-96231b3b80d8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4054b8619..34af8f222 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -348,7 +348,7 @@ pythonize_bool(SANITIZER_CAN_USE_CXXABI) add_subdirectory(include) -find_llvm_external_project(projects libcxx COMPILER_RT_LIBCXX_PATH) +set(COMPILER_RT_LIBCXX_PATH ${LLVM_MAIN_SRC_DIR}/projects/libcxx) if(EXISTS ${COMPILER_RT_LIBCXX_PATH}/) set(COMPILER_RT_HAS_LIBCXX_SOURCES TRUE) else() -- cgit v1.2.1