[cfe-commits] r149550 - /cfe/trunk/CMakeLists.txt
Dylan Noblesmith
nobled at dreamwidth.org
Wed Feb 1 14:22:37 PST 2012
Author: nobled
Date: Wed Feb 1 16:22:37 2012
New Revision: 149550
URL: http://llvm.org/viewvc/llvm-project?rev=149550&view=rev
Log:
cmake: don't install config.h (v2)
This header is private and shouldn't be used by clients.
(This reverts r149540, reinstating r149496. False alarm.)
Modified:
cfe/trunk/CMakeLists.txt
Modified: cfe/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/CMakeLists.txt?rev=149550&r1=149549&r2=149550&view=diff
==============================================================================
--- cfe/trunk/CMakeLists.txt (original)
+++ cfe/trunk/CMakeLists.txt Wed Feb 1 16:22:37 2012
@@ -223,6 +223,7 @@
FILES_MATCHING
PATTERN "*.def"
PATTERN "*.h"
+ PATTERN "config.h" EXCLUDE
PATTERN ".svn" EXCLUDE
)
More information about the cfe-commits
mailing list