Skip to content

Commit

Permalink
Update install_dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
Compiler Microarchitecture Lab authored Jul 8, 2018
1 parent 1eb3fd2 commit 1dd8772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_dependecies
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
fi

cmake_version="$(cmake -version | grep -Eo '[+-]?[0-9]+([.][0-9]+)?' | head -1)"
if [ $(echo "$cmake_$version > 3.4" | bc) -eq 0 ];
if [ $(echo "$cmake_version > 3.4" | bc) -eq 0 ];
then
echo "need to install";
mkdir $path/software
Expand Down

0 comments on commit 1dd8772

Please sign in to comment.