aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVollstrecker <werner@vollstreckernet.de>2025-01-22 19:01:14 +0100
committerMark Adler <madler@alumni.caltech.edu>2025-01-31 20:02:26 -0800
commit5a31e529bc974c0409bfd75f71fe1101a3e581f7 (patch)
tree744c47c682f4cb0b87e764b9dcd8e3bdd5d5a387 /CMakeLists.txt
parent6c2ab4ddc6e7f0bce7764a470f4917607d3fd107 (diff)
downloadzlib-5a31e529bc974c0409bfd75f71fe1101a3e581f7.tar.gz
zlib-5a31e529bc974c0409bfd75f71fe1101a3e581f7.tar.bz2
zlib-5a31e529bc974c0409bfd75f71fe1101a3e581f7.zip
CMake: Add the tested version of cmake (3.31).
Per @ClausKlein suggestion.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7054091..bcff93c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
1cmake_minimum_required(VERSION 3.12) 1cmake_minimum_required(VERSION 3.12 ... 3.31)
2 2
3project( 3project(
4 zlib 4 zlib