aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-12-30 20:17:08 -0500
committerJack Nagel2014-12-30 20:17:35 -0500
commit7c147e540fbdf61a7e35fd8bd791b5f75a19e3c3 (patch)
tree8918bca6e84016ae469951f595e0ba07500b975c /Library/Formula
parent5825101b8240f8191d4c8af60e547dc6398083dc (diff)
downloadhomebrew-7c147e540fbdf61a7e35fd8bd791b5f75a19e3c3.tar.bz2
llvm: drop manual installation of cmake modules
cmake modules are installed by default since https://github.com/llvm-mirror/llvm/commit/4c56efbd441d17b61f3e29ee2372e6e460d5a185 Closes #29976.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/llvm.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/llvm.rb b/Library/Formula/llvm.rb
index a01fea482..5e79db153 100644
--- a/Library/Formula/llvm.rb
+++ b/Library/Formula/llvm.rb
@@ -112,8 +112,6 @@ class Llvm < Formula
"DSTROOT=#{prefix}", "SYMROOT=#{buildpath}/projects/libcxx"
end
- (share/'llvm/cmake').install buildpath/'cmake/modules'
-
# install llvm python bindings
if build.with? "python"
(lib+'python2.7/site-packages').install buildpath/'bindings/python/llvm'