mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
build: do_cmake: allow ARGS to be overridden
so that one can do stuff like ARGS="-DCMAKE_C_COMPILER=gcc-7 -D.." ./do_cmake.sh Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
This commit is contained in:
parent
ad3502f4a6
commit
9b99018b99
@ -5,7 +5,6 @@ if test -e build; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
ARGS=""
|
||||
if which ccache ; then
|
||||
echo "enabling ccache"
|
||||
ARGS="$ARGS -DWITH_CCACHE=ON"
|
||||
|
Loading…
Reference in New Issue
Block a user