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

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 79ba3f84ef)
r14.0.x
Slávek Banko 4 years ago
parent 4e763aa603
commit 64657785f9
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -40,7 +40,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} )

Loading…
Cancel
Save