diff options
author | Kefu Chai <kchai@redhat.com> | 2021-03-04 07:28:00 +0100 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2021-03-09 12:13:21 +0100 |
commit | b05ea0d6e46b2258ea1d4d748be50b703319c431 (patch) | |
tree | 75569c55382b7a70965f2fa406204c8bd7b2dc12 /do_cmake.sh | |
parent | ceph.spec: prepare for out-of-source build (diff) | |
download | ceph-b05ea0d6e46b2258ea1d4d748be50b703319c431.tar.xz ceph-b05ea0d6e46b2258ea1d4d748be50b703319c431.zip |
do_cmake,run-make: switch to ninja
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'do_cmake.sh')
-rwxr-xr-x | do_cmake.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/do_cmake.sh b/do_cmake.sh index 4cb07c106b6..8779d721339 100755 --- a/do_cmake.sh +++ b/do_cmake.sh @@ -14,6 +14,7 @@ if [ -e $BUILD_DIR ]; then fi PYBUILD="2" +ARGS="-GNinja" if [ -r /etc/os-release ]; then source /etc/os-release case "$ID" in |