Skip to content

Commit 747292d

Browse files
committed
remove cmake from install.sh
1 parent 1623935 commit 747292d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ set -e
22

33
if [ `uname` = "Linux" ] && type apt-get; then
44
# Debian/Ubuntu
5-
sudo apt-get install -y npm python3-dev cmake
5+
sudo apt-get install -y npm python3-dev
66
fi
77

88
# this fancy syntax sets INSTALL_PYTHON_PATH to "python3.7" unless INSTALL_PYTHON_VERSION is defined

0 commit comments

Comments
 (0)