projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2803365
)
CMake: Do not install files with .tmp suffix.
author
Oscar Fuentes
<ofv@wanadoo.es>
Wed, 12 Aug 2009 01:37:33 +0000
(
01:37
+0000)
committer
Oscar Fuentes
<ofv@wanadoo.es>
Wed, 12 Aug 2009 01:37:33 +0000
(
01:37
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78769
91177308
-0d34-0410-b5e6-
96231b3b80d8
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 0a4f88dfce45e3579cf977facce8d2779dfc7520..85d08b64300626e2897876d68f1c86cc8974677c 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-309,6
+309,7
@@
install(DIRECTORY include
PATTERN ".svn" EXCLUDE
PATTERN "*.cmake" EXCLUDE
PATTERN "*.in" EXCLUDE
+ PATTERN "*.tmp" EXCLUDE
)
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include