Skip to content

Commit

Permalink
chore: Set ASIO_HAS_STD_INVOKE_RESULT for AppleClang
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias committed Apr 21, 2024
1 parent 04f78b0 commit d9afd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/AsioGrpcCompileOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ endif()
target_compile_definitions(
asio-grpc-compile-options
INTERFACE $<$<CXX_COMPILER_ID:MSVC>:_WIN32_WINNT=0x0A00> # Windows 10
$<$<CXX_COMPILER_ID:Clang>:BOOST_ASIO_HAS_STD_INVOKE_RESULT
$<$<CXX_COMPILER_ID:Clang,AppleClang>:BOOST_ASIO_HAS_STD_INVOKE_RESULT
ASIO_HAS_STD_INVOKE_RESULT>
BOOST_ASIO_NO_DEPRECATED
ASIO_NO_DEPRECATED
Expand Down

0 comments on commit d9afd88

Please sign in to comment.