* Bulk remove vcpkg_fail_port_install calls.
Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install",
In support of https://github.com/microsoft/vcpkg/pull/21502
* Update version database.
* Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728
* Repair version database.
* added libsmb2 port
* added version file
* updated baseline
* Ran command
./vcpkg x-add-version --all
and then
./vcpkg format-manifest ports/libsmb2/vcpkg.json
* updated SHA based on result of "./vcpkg x-add-version libsmb2" and also added osx=fail to CI file in order to pass CI
* suggested changes made
* sha
* Update scripts/ci.baseline.txt
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/libsmb2/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/libsmb2/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* sha
* added missing "vcpkg_check_linkage(ONLY_STATIC_LIBRARY)"
* sha
* vcpkg_fixup_pkgconfig()
* sha
Co-authored-by: Tim <tim@fake.WHAT>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>