From 85e9ce7ed126e05d315b1917d11986f86009a40e Mon Sep 17 00:00:00 2001 From: aMannus Date: Thu, 8 May 2025 19:26:03 +0200 Subject: [PATCH] Potential Mac fix --- soh/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/soh/CMakeLists.txt b/soh/CMakeLists.txt index afbc0df30..ded7bcf15 100644 --- a/soh/CMakeLists.txt +++ b/soh/CMakeLists.txt @@ -278,6 +278,7 @@ endif() # apclientpp + dependencies ################################################################################ add_compile_definitions(ASIO_STANDALONE) +add_compile_definitions(ASIO_DISABLE_STD_INVOKE_RESULT) # TEMPORARY add_compile_definitions(WSWRAP_NO_SSL)