cmake . -DCMAKE_INSTALL_PREFIX=${INSTALL_ROOT}/usr -DCMAKE_BUILD_TYPE=RELEASE \
  -DRUN_IN_PLACE=0 ${MINETEST_OPTS} ${OPTS} &&

make
