aboutsummaryrefslogtreecommitdiff
path: root/ports/argparse/portfile.cmake
AgeCommit message (Collapse)Author
2021-09-23[argparse] Bumps argparse to version v2.2. (#20261)Marco Correia
* Bumps argparse to version v2.2. * Adds version. * Replaced deprecated functions. * Update ports/argparse/portfile.cmake Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Update ports/argparse/portfile.cmake Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Updates version. * Updates version. * Update ports/argparse/portfile.cmake Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * Update ports/argparse/vcpkg.json Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * Updates version. Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
2021-03-24[argparse] Update to the latest commit (#16527)JonLiu1993
* [argparse] Update to the latest commit * update version * use semver prereleases * modify vcpkg.json * delete version * update version
2020-10-28Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)Billy O'Neal
2019-12-23[argparse] Upgrade to v2.1 (#9291)Robert Schumacher
2019-11-24[argparse] Update library to 2.0.1 (#9088)Ehsan
2019-08-20[argparse] Update library to 1.9 (#7753)Ehsan
2019-06-12[argparse] Add new port (#6866)myd7349