Added CARIO_FOUND into svg plugins checks
This commit is contained in:
@@ -161,9 +161,9 @@ IF(ZLIB_FOUND)
|
||||
ADD_SUBDIRECTORY(zip)
|
||||
ENDIF(ZLIB_FOUND)
|
||||
|
||||
IF(RSVG_FOUND)
|
||||
IF(RSVG_FOUND AND CAIRO_FOUND)
|
||||
ADD_SUBDIRECTORY(svg)
|
||||
ENDIF(RSVG_FOUND)
|
||||
ENDIF(RSVG_FOUND AND CAIRO_FOUND)
|
||||
|
||||
|
||||
##########to get all the variables of Cmake
|
||||
|
||||
Reference in New Issue
Block a user