Merged from OSG-3.2 branch the removal of check for Asio under Windows

This commit is contained in:
Robert Osfield 2013-07-30 06:12:31 +00:00
parent 0620f249a5
commit 846001f06d

View File

@ -535,7 +535,9 @@ ELSE()
FIND_PACKAGE(GtkGl)
FIND_PACKAGE(DirectInput)
FIND_PACKAGE(NVTT)
FIND_PACKAGE(Asio)
IF (NOT WIN32)
FIND_PACKAGE(Asio)
ENDIF()
FIND_PACKAGE(ZeroConf)
ENDIF()