freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 660a7017f: * CMakeLists.txt: Bump required version to


From: Werner Lemberg
Subject: [freetype2] master 660a7017f: * CMakeLists.txt: Bump required version to 3.5.
Date: Wed, 6 Mar 2024 15:08:17 -0500 (EST)

branch: master
commit 660a7017faba70e6806a01447c32d37568ac5ee4
Author: Alexei Podtelezhnikov <apodtele@gmail.com>
Commit: Alexei Podtelezhnikov <apodtele@gmail.com>

    * CMakeLists.txt: Bump required version to 3.5.
    
    Fixes #1267.
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c0ca0f2b1..a5971f57e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -110,7 +110,7 @@
 
 # To minimize the number of cmake_policy() workarounds,
 # CMake >= 3 is requested.
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.0...3.5)
 
 if (NOT CMAKE_VERSION VERSION_LESS 3.3)
   # Allow symbol visibility settings also on static libraries. CMake < 3.3



reply via email to

[Prev in Thread] Current Thread [Next in Thread]