diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-04-01 02:56:13 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-04-01 02:56:13 +0000 |
commit | 0e90f3ff9a4a56a213f933eb5ac678ba285a3588 (patch) | |
tree | 574be13286ab14aad9507f3bd21b77a99b181bbe /libcxxabi | |
parent | f9da94832f939dfd0432d7141ecffdc70d0e7326 (diff) | |
download | bcm5719-llvm-0e90f3ff9a4a56a213f933eb5ac678ba285a3588.tar.gz bcm5719-llvm-0e90f3ff9a4a56a213f933eb5ac678ba285a3588.zip |
Revert r228351 - Dont install header files.
llvm-svn: 233781
Diffstat (limited to 'libcxxabi')
-rw-r--r-- | libcxxabi/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libcxxabi/CMakeLists.txt b/libcxxabi/CMakeLists.txt index bcc2e6e246d..e31b2bc7c6c 100644 --- a/libcxxabi/CMakeLists.txt +++ b/libcxxabi/CMakeLists.txt @@ -321,10 +321,3 @@ if(NOT LIBCXXABI_ENABLE_SHARED) else() add_subdirectory(test) endif() - -install(DIRECTORY include/ - DESTINATION include - FILES_MATCHING - PATTERN "*.h" - PATTERN ".svn" EXCLUDE -) |