Commit b082f952 for tesseract
commit b082f95236793fcbc50737b8d57ea09f2d4b0243
Author: zdenop <zdenop@gmail.com>
Date: Wed Dec 3 11:51:36 2025 +0100
GA: cmake-win64 - increase version of libpng and libtiff
diff --git a/.github/workflows/cmake-win64.yml b/.github/workflows/cmake-win64.yml
index 532feff0..4681ca46 100644
--- a/.github/workflows/cmake-win64.yml
+++ b/.github/workflows/cmake-win64.yml
@@ -17,7 +17,7 @@ on:
env:
ILOC: d:/a/local
- png_ver: 1644
+ png_ver: 1651
jobs:
build:
@@ -89,7 +89,7 @@ jobs:
- name: Build and Install libtiff
shell: cmd
run: |
- git clone -c advice.detachedHead=false -b "v4.6.0" --depth 1 https://gitlab.com/libtiff/libtiff.git
+ git clone -c advice.detachedHead=false -b "v4.7.1" --depth 1 https://gitlab.com/libtiff/libtiff.git
cd libtiff
cmake -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_PREFIX_PATH=${{env.ILOC}} -DCMAKE_INSTALL_PREFIX=${{env.ILOC}} -Dtiff-tools=OFF -Dtiff-tests=OFF -Dtiff-contrib=OFF -Dtiff-docs=OFF
cmake --build build --target install