Skip to content

Commit b082f95

Browse files
committed
GA: cmake-win64 - increase version of libpng and libtiff
1 parent af2cab7 commit b082f95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-win64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
env:
1919
ILOC: d:/a/local
20-
png_ver: 1644
20+
png_ver: 1651
2121

2222
jobs:
2323
build:
@@ -89,7 +89,7 @@ jobs:
8989
- name: Build and Install libtiff
9090
shell: cmd
9191
run: |
92-
git clone -c advice.detachedHead=false -b "v4.6.0" --depth 1 https://gitlab.com/libtiff/libtiff.git
92+
git clone -c advice.detachedHead=false -b "v4.7.1" --depth 1 https://gitlab.com/libtiff/libtiff.git
9393
cd libtiff
9494
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
9595
cmake --build build --target install

0 commit comments

Comments
 (0)