add 'WITH_ALL_OPTIONS' and 'BUILD_ALL' as building parameters for consistency

Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit a005308e65)
r14.0.x
gregory guy 6 years ago committed by Slávek Banko
parent 54e7275935
commit 13a93cc6d7
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -39,7 +39,13 @@ tde_setup_paths( )
##### optional stuff
option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" OFF )
option( WITH_ALL_OPTIONS "Enable all optional support" OFF )
option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} )
##### user requested modules
option( BUILD_ALL "Build all" ON )
##### configure checks
@ -58,7 +64,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" )
##### directories
add_subdirectory( tdeio_ftps )
tde_conditional_add_subdirectory( BUILD_ALL tdeio_ftps )
##### write configure files

Loading…
Cancel
Save