projects
/
platform
/
upstream
/
libsolv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae05cb0
)
- no cache file in the src package, please!
author
Michael Schroeder
<mls@suse.de>
Wed, 23 Jul 2008 12:29:59 +0000
(12:29 +0000)
committer
Michael Schroeder
<mls@suse.de>
Wed, 23 Jul 2008 12:29:59 +0000
(12:29 +0000)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 7eddbca6808724150a85b7e71aca51e1469ab63e..5e44d42e2fd969ca891640e4691ebae6f0db3037 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-83,6
+83,9
@@
SET (CPACK_SOURCE_IGNORE_FILES
"Makefile\\\\.in$"
"testsuite/data.libzypp/kernel-tests/kernel-hardware"
"testsuite/data.libzypp/yast-tests/kernel3-hardware"
+# cmake cache files
+"CMakeCache.txt"
+"CMakeFiles"
)
INCLUDE(CPack)