From 3145a948d62e6f073f7e044047586fba84f168ff Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Thu, 3 Mar 2011 01:59:23 +0000 Subject: 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 --- libcxx/lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'libcxx/lib') 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 ) -- cgit v1.2.3