We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c27897 commit d5a78c7Copy full SHA for d5a78c7
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required (VERSION 3.15)
2
-project(TextExtraction VERSION 1.1)
+project(TextExtraction VERSION 1.1.1)
3
4
# options
5
option(USE_BIDI "should support bi-directional text")
@@ -11,7 +11,7 @@ include(FetchContent)
11
FetchContent_Declare(
12
PDFHummus
13
GIT_REPOSITORY https://github.com/galkahana/PDF-Writer.git
14
- GIT_TAG v4.5.4
+ GIT_TAG v4.5.7
15
FIND_PACKAGE_ARGS
16
)
17
FetchContent_MakeAvailable(PDFHummus)
0 commit comments