We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af57e2 commit 4f5dbe4Copy full SHA for 4f5dbe4
1 file changed
CMakeLists.txt
@@ -35,7 +35,7 @@ project (Viewer.js)
35
cmake_minimum_required(VERSION 2.8.6)
36
37
# At this point, the version number that is used throughout is defined
38
-set(VIEWERJS_VERSION 0.1.0)
+set(VIEWERJS_VERSION 0.2.0)
39
40
if (CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
41
message(FATAL_ERROR "Compiling in the source directory is not supported. Use for example 'mkdir build; cd build; cmake ..'.")
@@ -63,6 +63,7 @@ SET ( WEBODF_SOURCE_DIR ${CMAKE_BINARY_DIR}/WebODF-source )
63
ExternalProject_Add(
64
WebODF
65
GIT_REPOSITORY https://git.gitorious.org/webodf/webodf.git
66
+ GIT_TAG 0fc8bac7c0e27b9d164078c6c41e8e5eee138b33
67
SOURCE_DIR ${WEBODF_SOURCE_DIR}
68
UPDATE_COMMAND git pull origin master
69
BUILD_COMMAND make viewerbuilddir-target
0 commit comments