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

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

CMakeLists.txt

index 25be7e11e8cd11ad82c4dad1436ad7c95f636b1b..2087c6a8a710576e9096f523ea33e02eea1d998a 100644 (file)
@@ -223,6 +223,7 @@ install(DIRECTORY include/
   FILES_MATCHING
   PATTERN "*.def"
   PATTERN "*.h"
+  PATTERN "config.h" EXCLUDE
   PATTERN ".svn" EXCLUDE
   )