diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2021-04-02 13:37:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-02 13:37:46 -0700 |
| commit | 7aa11380a53cae720956ae83e8633403420aa45b (patch) | |
| tree | 6cf8831c24b6e5edcc1ef307efef29a06e6fc217 /scripts/test_ports | |
| parent | b0e099f0fc820e1d6a1479363045b124aefe2900 (diff) | |
| download | vcpkg-7aa11380a53cae720956ae83e8633403420aa45b.tar.gz vcpkg-7aa11380a53cae720956ae83e8633403420aa45b.zip | |
[vcpkg_acquire_msys] Update package versions (#16952)
Diffstat (limited to 'scripts/test_ports')
| -rw-r--r-- | scripts/test_ports/vcpkg-acquire-msys-test/CONTROL | 4 | ||||
| -rw-r--r-- | scripts/test_ports/vcpkg-acquire-msys-test/portfile.cmake | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/scripts/test_ports/vcpkg-acquire-msys-test/CONTROL b/scripts/test_ports/vcpkg-acquire-msys-test/CONTROL new file mode 100644 index 000000000..47859b076 --- /dev/null +++ b/scripts/test_ports/vcpkg-acquire-msys-test/CONTROL @@ -0,0 +1,4 @@ +Source: vcpkg-acquire-msys-test
+Version: 0
+Description: Test port to exercise vcpkg_acquire_msys
+Supports: x86 & windows
diff --git a/scripts/test_ports/vcpkg-acquire-msys-test/portfile.cmake b/scripts/test_ports/vcpkg-acquire-msys-test/portfile.cmake new file mode 100644 index 000000000..7095dc682 --- /dev/null +++ b/scripts/test_ports/vcpkg-acquire-msys-test/portfile.cmake @@ -0,0 +1,3 @@ +set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
+
+vcpkg_acquire_msys(MSYS_ROOT Z_ALL_PACKAGES)
|
