cmake: don't install config.h

This header is private and shouldn't be used by clients.

llvm-svn: 149496
This commit is contained in:
Dylan Noblesmith 2012-02-01 13:50:22 +00:00
parent 9759e9b11b
commit c20ccdd786
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ install(DIRECTORY include/
FILES_MATCHING
PATTERN "*.def"
PATTERN "*.h"
PATTERN "config.h" EXCLUDE
PATTERN ".svn" EXCLUDE
)