diff options
| author | LE GARREC Vincent <github@le-garrec.fr> | 2021-07-06 22:36:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-06 13:36:25 -0700 |
| commit | fc6d2ed5b92b5cbdc3fc17f538b6562811ac0bbc (patch) | |
| tree | 074b6c05225c7fbf4d1eafd762fd46053fe52d70 /versions/baseline.json | |
| parent | 1d39c6f24680dc2f82de7c0b5f1923b19f25aa55 (diff) | |
| download | vcpkg-fc6d2ed5b92b5cbdc3fc17f538b6562811ac0bbc.tar.gz vcpkg-fc6d2ed5b92b5cbdc3fc17f538b6562811ac0bbc.zip | |
[catch2] Fix linux build in NTFS fs (#18814)
file(RENAME Camel lower) works fine when running vcpkg in
Windows Powershell with triplet x64-windows in NTFS fs.
file(RENAME Camel lower) does not work fine when running vcpkg in
WSL with triplet x64-linux in NTFS.
Diffstat (limited to 'versions/baseline.json')
| -rw-r--r-- | versions/baseline.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 2736fa9db..ef3eaaabc 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1146,7 +1146,7 @@ }, "catch2": { "baseline": "2.13.6", - "port-version": 0 + "port-version": 1 }, "cccapstone": { "baseline": "9b4128ee1153e78288a1b5433e2c06a0d47a4c4e-1", |
