Skip to content

Commit

Permalink
Remove resvg requirement - attempt OpenShot#2
Browse files Browse the repository at this point in the history
  • Loading branch information
N3WWN committed Apr 10, 2018
1 parent 618495e commit 9f47d7c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,10 @@ include_directories(${ZMQ_INCLUDE_DIRS})
# Find resvg library (used for rendering svg files)
FIND_PACKAGE(RESVG)

# Include resvg headers (needed for compile)
include_directories(${RESVG_INCLUDE_DIRS})
if (RESVG_FOUND)
# Include resvg headers (needed for compile)
include_directories(${RESVG_INCLUDE_DIRS})
endif(RESVG_FOUND)

################### JSONCPP #####################
# Include jsoncpp headers (needed for JSON parsing)
Expand Down

0 comments on commit 9f47d7c

Please sign in to comment.