diff options
author | OBATA Akio <[email protected]> | 2021-12-20 11:31:36 +0900 |
---|---|---|
committer | OBATA Akio <[email protected]> | 2021-12-20 11:31:36 +0900 |
commit | e87c0de6e995e4fbcad4aa6e02ff5cbc1df9b5fd (patch) | |
tree | 53833d8497aab8c8b186a3389fc8795c6d16d3ff | |
parent | 460c7ebb080d867332218a936c69c54b91e0baaf (diff) | |
download | tdenetwork-e87c0de6e995e4fbcad4aa6e02ff5cbc1df9b5fd.tar.gz tdenetwork-e87c0de6e995e4fbcad4aa6e02ff5cbc1df9b5fd.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]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6caab770..f85c7869 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} ) |