Added CARIO_FOUND into svg plugins checks

This commit is contained in:
Robert Osfield
2008-05-11 14:26:27 +00:00
parent 13acf6420f
commit a7e5972f82

View File

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