diff options
author | Howard Hinnant <hhinnant@apple.com> | 2011-03-03 01:59:23 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2011-03-03 01:59:23 +0000 |
commit | 3145a948d62e6f073f7e044047586fba84f168ff (patch) | |
tree | 21d52306e0b6b036f4739d0fb73702c119f98add /libcxx/lib | |
parent | d61816b5b8c5e0f5d5c9e6c5e6811bee59c98140 (diff) | |
download | bcm5719-llvm-3145a948d62e6f073f7e044047586fba84f168ff.tar.gz bcm5719-llvm-3145a948d62e6f073f7e044047586fba84f168ff.zip |
http://llvm.org/bugs/show_bug.cgi?id=9349 I introduced a bug with the last fix and Ryuta Suzuki has corrected it. And hopefully I committed Ryuta Suzuki's directions correctly this time.
llvm-svn: 126917
Diffstat (limited to 'libcxx/lib')
-rw-r--r-- | libcxx/lib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/lib/CMakeLists.txt b/libcxx/lib/CMakeLists.txt index 171eaf141dc..2f49e22770e 100644 --- a/libcxx/lib/CMakeLists.txt +++ b/libcxx/lib/CMakeLists.txt @@ -52,5 +52,6 @@ install(TARGETS cxx install(DIRECTORY ../include/ DESTINATION include/c++/v1 FILES_MATCHING + PATTERN "*" PATTERN ".svn" EXCLUDE ) |