Enabling WITH_HTTP_PROXY per default

This commit is contained in:
Christian Plattner 2014-03-24 15:37:03 +01:00
parent 469f680ebf
commit a25c4a0fe3

View File

@ -68,7 +68,7 @@ option(STATIC_CHANNELS "Build channels statically" ON)
option(WITH_CHANNELS "Build virtual channel plugins" ON)
option(WITH_HTTP_PROXY "Build HTTP proxy support" OFF)
option(WITH_HTTP_PROXY "Build HTTP proxy support" ON)
if(WITH_CLIENT AND WITH_CHANNELS)
option(WITH_CLIENT_CHANNELS "Build virtual channel plugins" ON)