From 37d876775811e4836e251a0befb04170270a90be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 20 Mar 2020 14:58:32 +0100 Subject: [PATCH] cmake: Set WITH_ALL_OPTIONS to OFF by default to make it consistent. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} )