parent
258f3dfd73
commit
ed691d30c6
@ -15,7 +15,7 @@ function cmake_install {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function homebrew_cmake_install {
|
function homebrew_cmake_install {
|
||||||
if [[ `which brew &> /dev/null` ]]; then
|
if command_exists brew; then
|
||||||
brew install cmake
|
brew install cmake
|
||||||
else
|
else
|
||||||
echo "Homebrew was not found installed in your system."
|
echo "Homebrew was not found installed in your system."
|
||||||
|
Loading…
Reference in New Issue
Block a user