Skip to content

Commit 4738d09

Browse files
author
Tobias Hintze
committed
fix last commit (specify PDFjs revision)
1 parent 4f5dbe4 commit 4738d09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ SET ( WEBODF_SOURCE_DIR ${CMAKE_BINARY_DIR}/WebODF-source )
6363
ExternalProject_Add(
6464
WebODF
6565
GIT_REPOSITORY https://git.gitorious.org/webodf/webodf.git
66-
GIT_TAG 0fc8bac7c0e27b9d164078c6c41e8e5eee138b33
6766
SOURCE_DIR ${WEBODF_SOURCE_DIR}
6867
UPDATE_COMMAND git pull origin master
6968
BUILD_COMMAND make viewerbuilddir-target
@@ -73,6 +72,7 @@ ExternalProject_Add(
7372
ExternalProject_Add(
7473
PDFjs
7574
GIT_REPOSITORY https://github.com/mozilla/pdf.js.git
75+
GIT_TAG 0fc8bac7c0e27b9d164078c6c41e8e5eee138b33
7676
UPDATE_COMMAND git pull
7777
CONFIGURE_COMMAND ""
7878
BUILD_COMMAND node <SOURCE_DIR>/make.js generic

0 commit comments

Comments
 (0)