mirror of
git://git.sv.nongnu.org/freetype/freetype2.git
synced 2026-01-19 04:52:09 +00:00
* CMakeLists.txt: Fix cmake 4 error by specifying the policy version.
This commit is contained in:
committed by
Werner Lemberg
parent
79912716e7
commit
bff01fbdcc
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user