Skip to content

Commit

Permalink
Fixes bugs in OSX dependency install to lcov hydro-project#17
Browse files Browse the repository at this point in the history
  • Loading branch information
andyli029 committed Sep 11, 2018
1 parent 574b42c commit 1b2261d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install-dependencies-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ if [ -z "$(command -v cmake)" ]; then
brew install cmake > /dev/null
fi

LCOV_VERSION=1.13
if [ -z "$(command -v lcov)" ]; then
echo "Installing lcov..."
echo "You might be asked for your password to install lcov..."
Expand Down

0 comments on commit 1b2261d

Please sign in to comment.