Skip to content

Commit c449e86

Browse files
author
Justin Lee
authored
Update compile.sh
1 parent 55b4c4f commit c449e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
MESOS_VERSION=1.4.2
5+
MESOS_VERSION=1.4.1
66

77
cmake -DWITH_MESOS=$PWD/mesos-install -DMESOS_SRC_DIR=$PWD/mesos-${MESOS_VERSION} || cmake3 -DWITH_MESOS=$PWD/mesos-install -DMESOS_SRC_DIR=$PWD/mesos-${MESOS_VERSION}
88
make -j 6 V=0

0 commit comments

Comments
 (0)