Merge pull request #6959 from oritwas/wip-fix-run-cmake-check

cmake: no need to run configure from run-cmake-check.sh

Reviewed-by: Loic Dachary <ldachary@redhat.com>
This commit is contained in:
Loic Dachary 2015-12-17 15:04:38 +01:00
commit 3a951650d4

View File

@ -48,8 +48,6 @@ function run() {
$DRY_RUN ./install-deps.sh || return 1
fi
$DRY_RUN ./autogen.sh || return 1
$DRY_RUN ./configure "$@" --disable-static --with-radosgw --with-debug --without-lttng \
CC="ccache gcc" CXX="ccache g++" CFLAGS="-Wall -g" CXXFLAGS="-Wall -g" || return 1
$DRY_RUN mkdir build
$DRY_RUN cd build
$DRY_RUN cmake ../