Files
guru/dev-cpp/cpprestsdk/files/cpprestsdk-2.10.19-boost-1.89-system-removal.patch
Jan-Espen Oversand 17f67189cb dev-cpp/cpprestsdk: boost 1.89 removes system stub
Signed-off-by: Jan-Espen Oversand <sigsegv@radiotube.org>
2025-12-22 19:04:02 +01:00

14 lines
535 B
Diff

https://github.com/microsoft/cpprestsdk/pull/1838
--- a/Release/cmake/cpprestsdk-config.in.cmake.orig 2023-12-05 04:23:31 UTC
+++ b/Release/cmake/cpprestsdk-config.in.cmake
@@ -17,7 +17,7 @@ if(@CPPREST_USES_BOOST@)
if(@CPPREST_USES_BOOST@)
if(UNIX)
- find_dependency(Boost COMPONENTS random system thread filesystem chrono atomic date_time regex)
+ find_dependency(Boost COMPONENTS random thread filesystem chrono atomic date_time regex)
else()
find_dependency(Boost COMPONENTS system date_time regex)
endif()