From: Sean Hunt Date: Thu, 17 Jun 2010 00:51:27 +0000 (+0000) Subject: Fix yet another CMake typo. I'm not quite sure how this succeeded locally now. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ec9debb2ae0755168974dc52e9e9122724ddbf4;p=clang Fix yet another CMake typo. I'm not quite sure how this succeeded locally now. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106193 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/CMakeLists.txt b/include/clang/Basic/CMakeLists.txt index a99a6976d2..c88278aed1 100644 --- a/include/clang/Basic/CMakeLists.txt +++ b/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)