]> git.proxmox.com Git - ceph.git/blobdiff - ceph/do_cmake.sh
update sources to v12.1.2
[ceph.git] / ceph / do_cmake.sh
index 9b04cb114f6eecdf5fb24ea243261301cdc177ab..739da8e5b0ce322426f9e1bac9389bb074f16187 100755 (executable)
@@ -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