From 9889e988689cd9fcc08e45010fff9548aae3dbff Mon Sep 17 00:00:00 2001 From: Bruno S Marques Date: Tue, 14 Mar 2023 13:31:18 -0300 Subject: Avoid cmake deprecation warning. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b3a58b3..ec10fca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.4.4) +cmake_minimum_required(VERSION 2.4.4...3.15.0) set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS ON) project(zlib C) -- cgit v1.2.3-55-g6feb