From f0f0257d7aee1231de02136138151f4566eab837 Mon Sep 17 00:00:00 2001 From: Petr Hosek Date: Sat, 18 Feb 2017 04:37:59 +0000 Subject: [CMake][libcxxabi] Update the libc++ test module path The libcxx/test/libcxx Python package has been moved into libcxx/utils/libcxx in r294651, but libcxxabi's CMakeLists.txt still looks for the old path. Differential Revision: https://reviews.llvm.org/D30133 git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@295540 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 8aa16e1..2bf4cbb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -190,7 +190,7 @@ set(LIBCXXABI_LIBCXX_INCLUDES "${LIBCXXABI_LIBCXX_INCLUDES}" CACHE PATH find_path( LIBCXXABI_LIBCXX_PATH - test/libcxx/__init__.py + utils/libcxx/test/__init__.py PATHS ${LIBCXXABI_LIBCXX_PATH} ${LIBCXXABI_LIBCXX_INCLUDES}/../ ${LIBCXXABI_LIBCXX_SRC_DIRS} -- cgit v1.2.3