From e28f789ffa9da1baf573f7d014bafc28354433fa Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 25 Jun 2021 13:15:08 +0100 Subject: [PATCH] Disabled the use of asio as the RestHttpDevice plugin no longer compiles with modern boost releases --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c98408d84..e1ebf9b8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -774,7 +774,7 @@ ELSE() FIND_PACKAGE(DirectInput) FIND_PACKAGE(NVTT) IF (NOT WIN32) - FIND_PACKAGE(Asio) + # FIND_PACKAGE(Asio) ENDIF() FIND_PACKAGE(ZeroConf)