mirror of https://gitee.com/bigwinds/arangodb
fix detection of partial cmake configure
This commit is contained in:
parent
267f0796d6
commit
cdcff0c9f1
|
@ -584,7 +584,7 @@ set +e
|
|||
if test "${isCygwin}" == 0; then
|
||||
test ! -f Makefile -o ! -f CMakeCache.txt
|
||||
else
|
||||
test ! -f ALL_BUILD.vcxproj ! -f CMakeCache.txt
|
||||
test ! -f ALL_BUILD.vcxproj -o ! -f CMakeCache.txt
|
||||
fi
|
||||
PARTIAL_STATE=$?
|
||||
set -e
|
||||
|
|
Loading…
Reference in New Issue