Set t1lib support to OFF by default for all cases.

The library is abandoned and there is no reason to maintain support for it.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/39/head
Slávek Banko 2 years ago
parent bbecf5bb84
commit 8a8805a8fa
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -45,7 +45,7 @@ tde_setup_paths( )
OPTION( WITH_ALL_OPTIONS "Enable all optional support" OFF )
option( WITH_T1LIB "Enable t1lib support" ${WITH_ALL_OPTIONS} )
option( WITH_T1LIB "Enable t1lib support" OFF )
option( WITH_PAPER "Enable libpaper support" ${WITH_ALL_OPTIONS} )
OPTION( WITH_TIFF "Enable tiff support (tdefile-plugins)" ${WITH_ALL_OPTIONS} )
OPTION( WITH_OPENEXR "Enable openexr support (tdefile-plugins)" ${WITH_ALL_OPTIONS} )

Loading…
Cancel
Save