mirror of https://gitee.com/bigwinds/arangodb
don't flush cmake state partially - its not supported.
This commit is contained in:
parent
3d8222aaa7
commit
3c9044acef
|
@ -578,7 +578,7 @@ DST=`pwd`
|
|||
SOURCE_DIR=`compute_relative ${DST}/ ${SRC}/`
|
||||
|
||||
if [ ! -f Makefile -o ! -f CMakeCache.txt ! -f ALL_BUILD.vcxproj ]; then
|
||||
rm -rf CMakeFiles
|
||||
rm -rf CMakeFiles CMakeCache.txt CMakeCPackOptions.cmake cmake_install.cmake CPackConfig.cmake CPackSourceConfig.cmake
|
||||
CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" LIBS="${LIBS}" \
|
||||
cmake ${SOURCE_DIR} ${CONFIGURE_OPTIONS} -G "${GENERATOR}" || exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue