mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
14 lines
535 B
Diff
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()
|
|
|