提交 e664a075 编写于 作者: B Bill Hamilton

darwin: added check for cmake cache file in eos/ doc root

上级 2ae61517
......@@ -35,6 +35,10 @@
printf "\\n\\tPlease cd into directory %s to run this script.\\n \\tExiting now.\\n\\n" "${CWD}"
exit 1
fi
if [ -f "${PWD}/CMakeCache.txt" ]; then
printf "\\n\\tPlease remove file %s/CMakeCache.txt before building EOS.IO.\\n \\tExiting now.\\n\\n" "${PWD}"
exit 1
fi
function usage()
{
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册