We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b4c4f commit c449e86Copy full SHA for c449e86
compile.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-MESOS_VERSION=1.4.2
+MESOS_VERSION=1.4.1
6
7
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}
8
make -j 6 V=0
0 commit comments