mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 23:29:41 +02:00
Resume using default vcpkg binary source
This change prevents requring vcpkg downloads twice Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
This commit is contained in:
parent
0f861b97b0
commit
7085e096cb
@ -105,7 +105,7 @@ if( VCPKG )
|
||||
set( ENV{VCPKG_DISABLE_METRICS} true )
|
||||
|
||||
if( NOT DEFINED ENV{VCPKG_BINARY_SOURCES} )
|
||||
set( ENV{VCPKG_BINARY_SOURCES} "clear;nuget,tenacityteam_github_auto,read;" )
|
||||
set( ENV{VCPKG_BINARY_SOURCES} "clear;default;nuget,tenacityteam_github_auto,read;" )
|
||||
endif()
|
||||
|
||||
set( ENV{VCPKG_FEATURE_FLAGS} "-compilertracking,manifests,registries,versions" )
|
||||
|
Loading…
x
Reference in New Issue
Block a user