summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMake/automate-vcpkg.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/automate-vcpkg.cmake b/CMake/automate-vcpkg.cmake
index ee07f6bfb..409194959 100644
--- a/CMake/automate-vcpkg.cmake
+++ b/CMake/automate-vcpkg.cmake
@@ -116,7 +116,7 @@ endmacro()
macro(_install_or_update_vcpkg)
if(NOT EXISTS ${VCPKG_ROOT})
message(STATUS "Cloning vcpkg in ${VCPKG_ROOT}")
- execute_process(COMMAND git clone https://github.com/Microsoft/vcpkg.git ${VCPKG_ROOT})
+ execute_process(COMMAND git clone https://github.com/Microsoft/vcpkg.git ${VCPKG_ROOT} --depth 1)
# If a reproducible build is desired (and potentially old libraries are # ok), uncomment the
# following line and pin the vcpkg repository to a specific githash.