Skip to content

Commit

Permalink
add SVG_INCLUDE_DIR so that svg.h is found
Browse files Browse the repository at this point in the history
  • Loading branch information
cnieman committed Jan 17, 2014
1 parent 44ac087 commit baef2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -530,7 +530,7 @@ if(WITH_SVGCAIRO)
endif(WITH_RSVG) endif(WITH_RSVG)
find_package(SVGCairo) find_package(SVGCairo)
if(SVGCAIRO_FOUND) if(SVGCAIRO_FOUND)
include_directories(${SVGCAIRO_INCLUDE_DIR}) include_directories(${SVG_INCLUDE_DIR} ${SVGCAIRO_INCLUDE_DIR})
ms_link_libraries( ${SVG_LIBRARY} ${SVGCAIRO_LIBRARY}) ms_link_libraries( ${SVG_LIBRARY} ${SVGCAIRO_LIBRARY})
set (USE_SVG_CAIRO 1) set (USE_SVG_CAIRO 1)
else(SVGCAIRO_FOUND) else(SVGCAIRO_FOUND)
Expand Down

0 comments on commit baef2ec

Please sign in to comment.