mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-29 16:08:46 +01: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:
@@ -105,7 +105,7 @@ if( VCPKG )
|
|||||||
set( ENV{VCPKG_DISABLE_METRICS} true )
|
set( ENV{VCPKG_DISABLE_METRICS} true )
|
||||||
|
|
||||||
if( NOT DEFINED ENV{VCPKG_BINARY_SOURCES} )
|
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()
|
endif()
|
||||||
|
|
||||||
set( ENV{VCPKG_FEATURE_FLAGS} "-compilertracking,manifests,registries,versions" )
|
set( ENV{VCPKG_FEATURE_FLAGS} "-compilertracking,manifests,registries,versions" )
|
||||||
|
|||||||
Reference in New Issue
Block a user