Add WITH_ALL_OPTIONS for consistency with other modules

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 3691497003)
r14.0.x
Alexander Golubev 8 years ago committed by Slávek Banko
parent 97bb1053de
commit bba05723b8

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