]> granicus.if.org Git - clang/commitdiff
cmake: don't install config.h (v2)
authorDylan Noblesmith <nobled@dreamwidth.org>
Wed, 1 Feb 2012 22:22:37 +0000 (22:22 +0000)
committerDylan Noblesmith <nobled@dreamwidth.org>
Wed, 1 Feb 2012 22:22:37 +0000 (22:22 +0000)
This header is private and shouldn't be used by clients.

(This reverts r149540, reinstating r149496. False alarm.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149550 91177308-0d34-0410-b5e6-96231b3b80d8

CMakeLists.txt

index 3a1c12eef6adfa51c2fe4b4e2b9a49194a2acc64..bb92fee75b46c6f89d29f58243915bc8d27c853e 100644 (file)
@@ -223,6 +223,7 @@ install(DIRECTORY include/
   FILES_MATCHING
   PATTERN "*.def"
   PATTERN "*.h"
+  PATTERN "config.h" EXCLUDE
   PATTERN ".svn" EXCLUDE
   )