mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[integration] Add check that the targets file was properly copied
This commit is contained in:
parent
794122fef3
commit
e2f34523dd
@ -202,6 +202,8 @@ namespace vcpkg
|
|||||||
default:
|
default:
|
||||||
Checks::unreachable();
|
Checks::unreachable();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Checks::check_exit(fs::exists(system_wide_targets_file), "Error: failed to copy targets file to %s", system_wide_targets_file.string());
|
||||||
}
|
}
|
||||||
|
|
||||||
const fs::path appdata_src_path = tmp_dir / "vcpkg.user.targets";
|
const fs::path appdata_src_path = tmp_dir / "vcpkg.user.targets";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user