From d9afd88e1ec8defed8fe54e4e31bc21e9c642728 Mon Sep 17 00:00:00 2001 From: Dennis Hezel Date: Sun, 21 Apr 2024 15:14:48 +0200 Subject: [PATCH] chore: Set ASIO_HAS_STD_INVOKE_RESULT for AppleClang --- cmake/AsioGrpcCompileOptions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/AsioGrpcCompileOptions.cmake b/cmake/AsioGrpcCompileOptions.cmake index aaf9485c..91e00c57 100644 --- a/cmake/AsioGrpcCompileOptions.cmake +++ b/cmake/AsioGrpcCompileOptions.cmake @@ -62,7 +62,7 @@ endif() target_compile_definitions( asio-grpc-compile-options INTERFACE $<$:_WIN32_WINNT=0x0A00> # Windows 10 - $<$:BOOST_ASIO_HAS_STD_INVOKE_RESULT + $<$:BOOST_ASIO_HAS_STD_INVOKE_RESULT ASIO_HAS_STD_INVOKE_RESULT> BOOST_ASIO_NO_DEPRECATED ASIO_NO_DEPRECATED