vcpkg/files/vcpkg.sh
Alexander Zhirov 78c898d901
All checks were successful
Build / Build project (push) Successful in 2m42s
2024.07.10
2025-05-04 16:08:39 +03:00

11 lines
257 B
Bash

# vcpkg initialization
# Disable vcpkg telemetry by default.
if [ -z "$VCPKG_DISABLE_METRICS" ]; then
export VCPKG_DISABLE_METRICS="1"
fi
# Export the correct vcpkg root directory.
if [ -z "$VCPKG_ROOT" ]; then
export VCPKG_ROOT="$HOME/.vcpkg"
fi