From 849bccafe057cc4babb5bb5d85dda53403eaade0 Mon Sep 17 00:00:00 2001 From: Alexis Hunt Date: Thu, 17 Jun 2010 00:51:27 +0000 Subject: [PATCH] Fix yet another CMake typo. I'm not quite sure how this succeeded locally now. llvm-svn: 106193 --- clang/include/clang/Basic/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/Basic/CMakeLists.txt b/clang/include/clang/Basic/CMakeLists.txt index a99a6976d240..c88278aed1b8 100644 --- a/clang/include/clang/Basic/CMakeLists.txt +++ b/clang/include/clang/Basic/CMakeLists.txt @@ -22,6 +22,6 @@ add_custom_target(ClangDiagnosticGroups set(LLVM_TARGET_DEFINITIONS Attr.td) tablegen(AttrList.inc -gen-clang-attr-list - -I ${CMAKE_CURRENT_SOURCE_DIR}/.././) + -I ${CMAKE_CURRENT_SOURCE_DIR}/../../) add_custom_target(ClangAttrList DEPENDS AttrList.inc)