From fc6d2ed5b92b5cbdc3fc17f538b6562811ac0bbc Mon Sep 17 00:00:00 2001 From: LE GARREC Vincent Date: Tue, 6 Jul 2021 22:36:25 +0200 Subject: [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. --- versions/c-/catch2.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'versions/c-') diff --git a/versions/c-/catch2.json b/versions/c-/catch2.json index a9aa348e9..cca4c3a00 100644 --- a/versions/c-/catch2.json +++ b/versions/c-/catch2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "bd73b1d5e8994fb0327c333cd77400577f05e31c", + "version-semver": "2.13.6", + "port-version": 1 + }, { "git-tree": "17d502dbaa50c2e6d255331addb14259372fb6c5", "version-semver": "2.13.6", -- cgit v1.2.3