Add WITH_ALL_OPTIONS for consistency with other modules

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
pull/1/head
Alexander Golubev 8 years ago committed by Slávek Banko
parent f9c2eca3ac
commit 3691497003

@ -41,7 +41,8 @@ tde_setup_paths( )
##### optional stuff ############################
option( WITH_ARTS "Enable aRts support" ON )
option( WITH_ALL_OPTIONS "Enable all optional support" OFF )
option( WITH_ARTS "Enable aRts support" ${WITH_ALL_OPTIONS} )
##### options comments ##########################

Loading…
Cancel
Save