diff options
author | Slávek Banko <[email protected]> | 2020-03-20 14:58:32 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-03-20 14:59:04 +0100 |
commit | bd6ab65666dc55811598bfe9b06d825137bb8623 (patch) | |
tree | d4e770cff23276a23618b9581aed8e402dc24b49 | |
parent | f125dea5ac83b5846f864fb32efb0ad6fc0d54e6 (diff) | |
download | amarok-bd6ab65666dc55811598bfe9b06d825137bb8623.tar.gz amarok-bd6ab65666dc55811598bfe9b06d825137bb8623.zip |
cmake: Set WITH_ALL_OPTIONS to OFF by default to make it consistent.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 37d876775811e4836e251a0befb04170270a90be)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5704ef18..778bb2a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,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_XINE "Enable xine-engine backend" ${WITH_ALL_OPTIONS} ) |