cmake: Set WITH_ALL_OPTIONS to OFF by default to make it consistent.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/17/head
Slávek Banko 4 years ago
parent f59c52a016
commit 37d8767758
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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} )

Loading…
Cancel
Save