Browse Source

Upgrade libpng to 1.6.38

pull/5361/head
staphen 4 years ago committed by Anders Jenbo
parent
commit
fb6b9306df
  1. 4
      .github/workflows/Android.yml
  2. 4
      3rdParty/libpng/CMakeLists.txt

4
.github/workflows/Android.yml

@ -30,8 +30,8 @@ jobs:
uses: actions/cache@v2
with:
path: android-project/app/.cxx
key: android-cmake-v3-${{ github.sha }}
restore-keys: android-cmake-v3-
key: android-cmake-v5-${{ github.sha }}
restore-keys: android-cmake-v5-
- name: Build
working-directory: ${{github.workspace}}

4
3rdParty/libpng/CMakeLists.txt vendored

@ -25,8 +25,8 @@ endif()
include(FetchContent)
FetchContent_Declare(libpng
URL https://github.com/diasurgical/libpng/archive/3fe9510f01748b8c706550974e23b09166e5a42d.tar.gz
URL_HASH MD5=5c813665b54143a1c2a89dd38b598075
URL https://github.com/glennrp/libpng/archive/0a158f3506502dfa23edfc42790dfaed82efba17.tar.gz
URL_HASH MD5=6d705417242732e8e081bff752c98c18
)
FetchContent_MakeAvailableExcludeFromAll(libpng)

Loading…
Cancel
Save