diff options
| author | Jack Nagel | 2014-12-30 20:17:08 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-30 20:17:35 -0500 |
| commit | 7c147e540fbdf61a7e35fd8bd791b5f75a19e3c3 (patch) | |
| tree | 8918bca6e84016ae469951f595e0ba07500b975c /Library/Formula | |
| parent | 5825101b8240f8191d4c8af60e547dc6398083dc (diff) | |
| download | homebrew-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.rb | 2 |
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' |
