Disabled the use of asio as the RestHttpDevice plugin no longer compiles with modern boost releases

This commit is contained in:
Robert Osfield 2021-06-25 13:15:08 +01:00
parent b7fa2d7914
commit e28f789ffa

View File

@ -774,7 +774,7 @@ ELSE()
FIND_PACKAGE(DirectInput) FIND_PACKAGE(DirectInput)
FIND_PACKAGE(NVTT) FIND_PACKAGE(NVTT)
IF (NOT WIN32) IF (NOT WIN32)
FIND_PACKAGE(Asio) # FIND_PACKAGE(Asio)
ENDIF() ENDIF()
FIND_PACKAGE(ZeroConf) FIND_PACKAGE(ZeroConf)