From c81b37199d4c54ac075aeffa2718862946772934 Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Mon, 20 Dec 2021 11:31:36 +0900 Subject: Change WITH_ALL_OPTOINS default to OFF for consistency Other TDE core modules are OFF by default. Signed-off-by: OBATA Akio (cherry picked from commit e87c0de6e995e4fbcad4aa6e02ff5cbc1df9b5fd) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 36563804..81b1b2b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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} ) -- cgit v1.2.1