Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocolacio authored Sep 24, 2017
1 parent f7535dd commit e8b4794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif()
option(WKHTMLTOX "Use wkhtmltox to export to pdf and image" OFF)
if (WKHTMLTOX)
add_definitions(-DWKHTMLTOX)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -lwkhtmltox -lhoedown")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -lwkhtmltox")
endif()

add_definitions(-DRES_DIR="${DATA_DEST}/${EXEC_NAME}")
Expand Down

0 comments on commit e8b4794

Please sign in to comment.