aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorXu Cheng2014-12-25 03:01:41 +0800
committerJack Nagel2014-12-24 16:36:32 -0500
commit6b7eb9b42c98e4d30b40bc3f49295abedb2d38d0 (patch)
tree0091c9829fa3aa5efb06b96ff3f7513cf4ed0d7c /Library/Formula
parentd6f83ce3a16c6e35624373fbe4e283754670e441 (diff)
downloadhomebrew-6b7eb9b42c98e4d30b40bc3f49295abedb2d38d0.tar.bz2
eigen: install FindEigen3.cmake
Fixes #35225. Closes #35243. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/eigen.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/eigen.rb b/Library/Formula/eigen.rb
index fc5004428..b78b231b5 100644
--- a/Library/Formula/eigen.rb
+++ b/Library/Formula/eigen.rb
@@ -27,6 +27,7 @@ class Eigen < Formula
system "cmake", *args
system "make install"
end
+ (share/"cmake/Modules").install "cmake/FindEigen3.cmake"
end
test do