* CMakeLists.txt: Fix cmake 4 error by specifying the policy version.

This commit is contained in:
KatekovAnton
2025-04-06 04:14:34 +09:00
committed by Werner Lemberg
parent 79912716e7
commit bff01fbdcc

View File

@@ -109,7 +109,7 @@
# support).
# CMake 3.12 provides for IMPORTED targets for common libraries like zlib, libpng and bzip2
cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.12...3.31.0)
include(CheckIncludeFile)
include(CMakeDependentOption)