Skip to content

Commit 76a58eb

Browse files
committed
Disabled the use of asio as the RestHttpDevice plugin no longer compiles with modern boost releases
1 parent 7bb0dc8 commit 76a58eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ ELSE()
796796
FIND_PACKAGE(DirectInput)
797797
FIND_PACKAGE(NVTT)
798798
IF (NOT WIN32)
799-
FIND_PACKAGE(Asio)
799+
# FIND_PACKAGE(Asio)
800800
ENDIF()
801801
FIND_PACKAGE(ZeroConf)
802802

0 commit comments

Comments
 (0)