From c3d313b57570a774ece682c531fe2a3fdc70196a Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Thu, 20 Nov 2014 16:50:05 +0800 Subject: cmake: symbol link CLT in bin if build with gui Ref: https://github.com/Homebrew/homebrew/pull/34190#issuecomment-63587884 Closes #34335. Signed-off-by: Mike McQuaid --- Library/Formula/cmake.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') diff --git a/Library/Formula/cmake.rb b/Library/Formula/cmake.rb index 31c3a21b5..84a3a1016 100644 --- a/Library/Formula/cmake.rb +++ b/Library/Formula/cmake.rb @@ -103,6 +103,7 @@ class Cmake < Formula system "./bootstrap", *args system "make" system "make", "install" + bin.install_symlink Dir["#{prefix}/CMake.app/Contents/bin/*"] if build.with? "qt" end test do -- cgit v1.2.3