Skip to content

Commit

Permalink
Try forcing MINGW package to pull a newer CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Dec 17, 2024
1 parent e5d5211 commit b73073c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-aws-sdk-cpp"
"${MINGW_PACKAGE_PREFIX}-zstd"
"${MINGW_PACKAGE_PREFIX}-brotli")
makedepends=("${MINGW_PACKAGE_PREFIX}-ccache"
"${MINGW_PACKAGE_PREFIX}-cmake"
"${MINGW_PACKAGE_PREFIX}-cmake>=3.25.0"
"${MINGW_PACKAGE_PREFIX}-gcc")
options=("staticlibs" "strip" "!buildflags")

Expand Down

0 comments on commit b73073c

Please sign in to comment.