Update CMakeLists.txt

updated pdf2htmlEX version
This commit is contained in:
stephengaito 2019-09-23 15:58:13 +01:00 committed by GitHub
parent 1d1f2cb300
commit 37921cd581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ option(ENABLE_SVG "Enable SVG support, for generating SVG background images and
include_directories(${CMAKE_SOURCE_DIR}/src)
set(PDF2HTMLEX_VERSION "0.17.0")
set(PDF2HTMLEX_VERSION "0.18.0")
set(ARCHIVE_NAME pdf2htmlex-${PDF2HTMLEX_VERSION})
add_custom_target(dist
COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD