diff options
author | Howard Hinnant <hhinnant@apple.com> | 2011-03-02 17:29:46 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2011-03-02 17:29:46 +0000 |
commit | 01533ed9ad16efca08a791ffae5d9fa2e5becc78 (patch) | |
tree | 8f121294a2be88cb8ec1ef6aeabe3ec5ddaa7981 /libcxx | |
parent | dd567b214b3464a20baf1c1a611d525a61db53c3 (diff) | |
download | bcm5719-llvm-01533ed9ad16efca08a791ffae5d9fa2e5becc78.tar.gz bcm5719-llvm-01533ed9ad16efca08a791ffae5d9fa2e5becc78.zip |
http://llvm.org/bugs/show_bug.cgi?id=9349 I have not personally tested this patch. Please let me know if it causes problems.
llvm-svn: 126846
Diffstat (limited to 'libcxx')
-rw-r--r-- | libcxx/lib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/lib/CMakeLists.txt b/libcxx/lib/CMakeLists.txt index d8617842b9d..171eaf141dc 100644 --- a/libcxx/lib/CMakeLists.txt +++ b/libcxx/lib/CMakeLists.txt @@ -52,5 +52,5 @@ install(TARGETS cxx install(DIRECTORY ../include/ DESTINATION include/c++/v1 FILES_MATCHING - PATTERN "*" + PATTERN ".svn" EXCLUDE ) |