mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
do_cmake.sh: fix syntax for /bin/sh (doesn't have +=)
Signed-off-by: Dan Mick <dan.mick@redhat.com>
This commit is contained in:
parent
4961a46b75
commit
137f3018cd
@ -8,7 +8,7 @@ fi
|
||||
ARGS=""
|
||||
if which ccache ; then
|
||||
echo "enabling ccache"
|
||||
ARGS+="-DWITH_CCACHE=ON"
|
||||
ARGS="$ARGS -DWITH_CCACHE=ON"
|
||||
fi
|
||||
|
||||
mkdir build
|
||||
|
Loading…
Reference in New Issue
Block a user