Skip to content

Commit

Permalink
Merge pull request #5334 from opengisch/backport-5333-to-release-3_3
Browse files Browse the repository at this point in the history
[Backport release-3_3] Increase nuget timeout
  • Loading branch information
m-kuhn authored Jun 15, 2024
2 parents f6a622f + ccea931 commit 038c06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/VcpkgToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ if(NOT "${NUGET_TOKEN}" STREQUAL "" AND (_HOST_IS_WINDOWS OR EXISTS "${_VCPKG_MO
endif()

file(TO_NATIVE_PATH "${_CONFIG_PATH}" _CONFIG_PATH_NATIVE)
set(ENV{VCPKG_BINARY_SOURCES} "$ENV{VCPKG_BINARY_SOURCES};nugetconfig,${_CONFIG_PATH_NATIVE},readwrite")
set(ENV{VCPKG_BINARY_SOURCES} "$ENV{VCPKG_BINARY_SOURCES};nugetconfig,${_CONFIG_PATH_NATIVE},readwrite;nugettimeout,3600")
endif()

if(APPLE)
Expand Down

1 comment on commit 038c06d

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.