Remove inappropriate Cmake OPTION_USE_SVG

This commit is contained in:
ManoloFLTK 2023-12-06 17:49:32 +01:00
parent 783d50e6b1
commit 115a1cb5c8

View File

@ -344,13 +344,6 @@ if (OPTION_CAIRO OR OPTION_CAIROEXT)
endif (OPTION_CAIRO OR OPTION_CAIROEXT)
#######################################################################
option (OPTION_USE_SVG "read/write SVG files" ON)
if (OPTION_USE_SVG)
set (FLTK_USE_SVG 1)
endif (OPTION_USE_SVG)
#######################################################################
set (HAVE_GL LIB_GL OR LIB_MesaGL)