Remove inappropriate Cmake OPTION_USE_SVG
This commit is contained in:
parent
783d50e6b1
commit
115a1cb5c8
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user