]> granicus.if.org Git - clang/commitdiff
Fix yet another CMake typo. I'm not quite sure how this succeeded locally now.
authorSean Hunt <rideau3@gmail.com>
Thu, 17 Jun 2010 00:51:27 +0000 (00:51 +0000)
committerSean Hunt <rideau3@gmail.com>
Thu, 17 Jun 2010 00:51:27 +0000 (00:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106193 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/CMakeLists.txt

index a99a6976d2408a094eac871fb3c9163eb0ad79ab..c88278aed1b8cb12da765ef7ac76dc38a122449e 100644 (file)
@@ -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)