]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: no need to run configure from run-cmake-check.sh 6959/head
authorOrit Wasserman <owasserm@redhat.com>
Thu, 17 Dec 2015 13:03:15 +0000 (14:03 +0100)
committerOrit Wasserman <owasserm@redhat.com>
Thu, 17 Dec 2015 13:03:15 +0000 (14:03 +0100)
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
run-cmake-check.sh

index 894d8868ef9c1454565e73af8a85489c6f329bbe..b2164f90d0f4569fa66e08068be219742cd25fd5 100755 (executable)
@@ -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 ../