Skip to content

Commit e28f789

Browse files
committed
Disabled the use of asio as the RestHttpDevice plugin no longer compiles with modern boost releases
1 parent b7fa2d7 commit e28f789

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
@@ -774,7 +774,7 @@ ELSE()
774774
FIND_PACKAGE(DirectInput)
775775
FIND_PACKAGE(NVTT)
776776
IF (NOT WIN32)
777-
FIND_PACKAGE(Asio)
777+
# FIND_PACKAGE(Asio)
778778
ENDIF()
779779
FIND_PACKAGE(ZeroConf)
780780

0 commit comments

Comments
 (0)