Skip to content

Commit 9b99018

Browse files
committed
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 <[email protected]>
1 parent ad3502f commit 9b99018

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

do_cmake.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ if test -e build; then
55
exit 1
66
fi
77

8-
ARGS=""
98
if which ccache ; then
109
echo "enabling ccache"
1110
ARGS="$ARGS -DWITH_CCACHE=ON"

0 commit comments

Comments
 (0)