Files
ports/devel/cpprestsdk
Jan-Espen Oversand eafafb566d devel/cpprestsdk: allow consumers to find_package(cpprestsdk)
With sufficiently-new CMake settings, the CMake .config file for
cpprestsdk can't find Boost::system (because it no longer exists)
and then it fails. But cpprestsdk doesn't need it -- so patch
it out.

Upstream PR:	https://github.com/microsoft/cpprestsdk/pull/1838
PR:	291874
2026-04-30 22:39:03 +02:00
..