Skip to content

Commit 1dd8772

Browse files
author
Compiler Microarchitecture Lab
authored
Update install_dependecies
1 parent 1eb3fd2 commit 1dd8772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_dependecies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
2929
fi
3030

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

0 commit comments

Comments
 (0)