Change WITH_ALL_OPTOINS default to OFF for consistency

Other TDE core modules are OFF by default.

Signed-off-by: OBATA Akio <obache@wizdas.com>
pull/40/head
OBATA Akio 3 years ago
parent 460c7ebb08
commit e87c0de6e9

@ -46,7 +46,7 @@ tde_setup_paths( )
##### optional stuff ############################
option( WITH_ALL_OPTIONS "Enable all optional support" ON )
option( WITH_ALL_OPTIONS "Enable all optional support" OFF )
option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} )
option( WITH_JINGLE "Enable jingle support (kopete)" ${WITH_ALL_OPTIONS} )
option( WITH_SPEEX "Enable speex support (for jingle)" ${WITH_ALL_OPTIONS} )

Loading…
Cancel
Save