diff options
author | Mauro Sardara <msardara@cisco.com> | 2019-12-04 09:56:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2019-12-04 09:56:31 +0000 |
commit | a90afcecc8029648c0e4ef2b79234eca8c31eac9 (patch) | |
tree | e50d15b2457b508ede84a7639282db239353325d /extras/libmemif/CMakeLists.txt | |
parent | 0a60657a56073c1c1d043a63b93cffd764ca40d3 (diff) | |
parent | 2bfd3335ff11281d703cb7f422bb17da2d3a6bcd (diff) |
Merge "to fix HICN-421 by adding cpack to libyang and sysrepo"
Diffstat (limited to 'extras/libmemif/CMakeLists.txt')
-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" |