From a050b64635961d27d208a8cec4027741c5d2d742 Mon Sep 17 00:00:00 2001 From: Haroon Qureshi Date: Wed, 28 Jan 2026 07:27:14 -0800 Subject: [PATCH] Update minimum CMake version for miniz. PiperOrigin-RevId: 862226233 Change-Id: I8612260e65f9f1c4192325a90bcfc6bac71585c0 --- cmake/third_party_deps/miniz/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/third_party_deps/miniz/CMakeLists.txt b/cmake/third_party_deps/miniz/CMakeLists.txt index 412273f0..696d37ed 100644 --- a/cmake/third_party_deps/miniz/CMakeLists.txt +++ b/cmake/third_party_deps/miniz/CMakeLists.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.16) PROJECT(miniz C)