summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2009-03-14 15:58:54 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2009-03-14 15:58:54 +0000
commite89b6b272f9f3b15afa56a701a4d7a6b1001ed34 (patch)
tree12f04fbcf406b8e5d03e5bd19c02f035da11d669 /CMakeLists.txt
parent3801d71fbeb6e74a22cdd6a858e10d887bc29c7a (diff)
Revert the switch to the tablegen diags. It fails for seperate objdir builds and cmake builds, and I have no clue what to do about it. Revisit this after someone with a clue about the build systems has looked at it.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67009 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3d9b3a5b5c..3575d88391 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,7 +47,6 @@ install(DIRECTORY include
add_definitions( -D_GNU_SOURCE )
-add_subdirectory(include)
add_subdirectory(lib)
add_subdirectory(Driver)