diff options
Diffstat (limited to 'extras/libmemif')
-rw-r--r-- | extras/libmemif/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/libmemif/CMakeLists.txt b/extras/libmemif/CMakeLists.txt index c9cea96f1..3b2b87729 100644 --- a/extras/libmemif/CMakeLists.txt +++ b/extras/libmemif/CMakeLists.txt @@ -26,7 +26,7 @@ endif() execute_process( COMMAND bash -c "if [ ! -d vpp ]; then - git clone https://github.com/FDio/vpp.git -b stable/1908 vpp; + git clone https://github.com/FDio/vpp.git -b stable/1908 --depth 1 vpp; else pushd vpp && git pull && popd; fi" |