From: John Coyle Date: Thu, 17 Mar 2016 13:37:45 +0000 (-0400) Subject: cmake: add arguments to cmake invocation to support cache configuration X-Git-Tag: v11.0.0~128^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F9765%2Fhead;p=ceph.git cmake: add arguments to cmake invocation to support cache configuration Signed-off-by: John Coyle --- diff --git a/run-cmake-check.sh b/run-cmake-check.sh index 9d4a61e66738..602573100324 100755 --- a/run-cmake-check.sh +++ b/run-cmake-check.sh @@ -50,7 +50,7 @@ function run() { $DRY_RUN ./autogen.sh || return 1 $DRY_RUN mkdir build $DRY_RUN cd build - $DRY_RUN cmake ../ + $DRY_RUN cmake "$@" ../ $DRY_RUN make $BUILD_MAKEOPTS || return 1 }