From: Orit Wasserman Date: Thu, 17 Dec 2015 13:03:15 +0000 (+0100) Subject: cmake: no need to run configure from run-cmake-check.sh X-Git-Tag: v10.0.3~217^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=432d26cb984b5907f1394dc4d957f460a7ac8e8c;p=ceph.git cmake: no need to run configure from run-cmake-check.sh Signed-off-by: Orit Wasserman --- diff --git a/run-cmake-check.sh b/run-cmake-check.sh index 894d8868ef9c..b2164f90d0f4 100755 --- a/run-cmake-check.sh +++ b/run-cmake-check.sh @@ -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 ../