diff options
author | OBATA Akio <[email protected]> | 2021-12-20 11:31:36 +0900 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-21 13:55:46 +0100 |
commit | c81b37199d4c54ac075aeffa2718862946772934 (patch) | |
tree | 835a1d1b1ce2b86ba1adc510fc4fb9021baab2d8 | |
parent | cb4b1c2735a825aa78b4cb6321db10a827dd7788 (diff) | |
download | tdenetwork-c81b37199d4c54ac075aeffa2718862946772934.tar.gz tdenetwork-c81b37199d4c54ac075aeffa2718862946772934.zip |
Change WITH_ALL_OPTOINS default to OFF for consistency
Other TDE core modules are OFF by default.
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit e87c0de6e995e4fbcad4aa6e02ff5cbc1df9b5fd)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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} ) |