[cfe-commits] r106193 - /cfe/trunk/include/clang/Basic/CMakeLists.txt

Sean Hunt rideau3 at gmail.com
Wed Jun 16 17:51:27 PDT 2010


Author: coppro
Date: Wed Jun 16 19:51:27 2010
New Revision: 106193

URL: http://llvm.org/viewvc/llvm-project?rev=106193&view=rev
Log:
Fix yet another CMake typo. I'm not quite sure how this succeeded locally now.

Modified:
    cfe/trunk/include/clang/Basic/CMakeLists.txt

Modified: cfe/trunk/include/clang/Basic/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/CMakeLists.txt?rev=106193&r1=106192&r2=106193&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/CMakeLists.txt (original)
+++ cfe/trunk/include/clang/Basic/CMakeLists.txt Wed Jun 16 19:51:27 2010
@@ -22,6 +22,6 @@
 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)





More information about the cfe-commits mailing list