mirror of
https://github.com/ceph/ceph
synced 2024-12-27 14:03:25 +00:00
Merge pull request #9765 from dx9/wip-run-cmake
cmake: add arguments to cmake invocation to support cache configuration Reviewed-by: Ali Maredia <amaredia@redhat.com>
This commit is contained in:
commit
a5c9775ac9
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user