Default to websockets off for cmake.

This commit is contained in:
Roger A. Light 2014-05-27 19:49:33 +01:00
parent be0cfff969
commit 6a03972507

View File

@ -67,7 +67,7 @@ if (${WITH_SYS_TREE} STREQUAL ON)
endif (${WITH_SYS_TREE} STREQUAL ON) endif (${WITH_SYS_TREE} STREQUAL ON)
option(WITH_WEBSOCKETS option(WITH_WEBSOCKETS
"Include websockets support?" ON) "Include websockets support?" OFF)
if (${WITH_WEBSOCKETS} STREQUAL ON) if (${WITH_WEBSOCKETS} STREQUAL ON)
add_definitions("-DWITH_WEBSOCKETS") add_definitions("-DWITH_WEBSOCKETS")
endif (${WITH_WEBSOCKETS} STREQUAL ON) endif (${WITH_WEBSOCKETS} STREQUAL ON)