aboutsummaryrefslogtreecommitdiff
path: root/ports/catch2/vcpkg.json
AgeCommit message (Collapse)Author
2021-09-03[catch2] Guard build type for Catch2 (#19793)Rayan
* guard build type for catch2 * update port-version * update baseline & version
2021-08-12[catch2] Update to version 2.13.7 (#19376)Ryan
* update version to 2.13.7 * fixup deprecated functions * apply cmake quoting guidelines * update baseline * remove unneeded quotes * update baseline * update baseline * restore versions from master * add new versions
2021-08-10[catch2] Support static build (#19396)NancyLi1013
* [catch2] Update to 1.13.7 and support static build * Update version files * Revert the new version update changes * Update version files * Update versions/c-/catch2.json * Fix install path for lib and pkgconfig * Update versions/c-/catch2.json
2021-07-06[catch2] Fix linux build in NTFS fs (#18814)LE GARREC Vincent
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.
2021-05-21[catch2] updated catch2 to version 2.13.6 (#17435)georg-emg
* - updated catch2 to version 2.13.6 - replaces catch2 CONTROL file with proper manifest * vcpkg x-add-version catch2 * fixed the portfile to REALLY update catch2 to version 2.13.6 * vcpkg x-add-version catch2 --overwrite-version * fixed the portfile AGAIN to REALLY REALLY update catch2 to version 2.13.6 this time * vcpkg x-add-version catch2 --overwrite-version * updated hash in portfile.cmake for catch2 * vcpkg x-add-version catch2 --overwrite-version * Update version-string as version-semver * Update versions/c-/catch2.json Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>