]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: add arguments to cmake invocation to support cache configuration 9765/head
authorJohn Coyle <dx9err@gmail.com>
Thu, 17 Mar 2016 13:37:45 +0000 (09:37 -0400)
committerJohn Coyle <dx9err@gmail.com>
Fri, 17 Jun 2016 00:25:48 +0000 (20:25 -0400)
Signed-off-by: John Coyle <dx9err@gmail.com>
run-cmake-check.sh

index 9d4a61e66738d53c2698457d798525b2f6eaa643..602573100324c7868e5aab5a44083cb980285c0d 100755 (executable)
@@ -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
 }