freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] [cmake] Drop the support of CMake 2.x.


From: suzuki toshiya (@mpsuzuki)
Subject: [Git][freetype/freetype][master] [cmake] Drop the support of CMake 2.x.
Date: Mon, 21 Feb 2022 14:43:19 +0000

suzuki toshiya pushed to branch master at FreeType / FreeType

Commits:

1 changed file:

Changes:

  • CMakeLists.txt
    ... ... @@ -106,10 +106,9 @@
    106 106
     #   (this is compatible with the same CMake variables in zlib's CMake
    
    107 107
     #   support).
    
    108 108
     
    
    109
    -# FreeType explicitly marks the API to be exported and relies on the compiler
    
    110
    -# to hide all other symbols. CMake supports a C_VISBILITY_PRESET property
    
    111
    -# starting with 2.8.12.
    
    112
    -cmake_minimum_required(VERSION 2.8.12)
    
    109
    +# To minimize the number of cmake_policy() workarounds,
    
    110
    +# CMake >= 3 is requested.
    
    111
    +cmake_minimum_required(VERSION 3.0)
    
    113 112
     
    
    114 113
     if (NOT CMAKE_VERSION VERSION_LESS 3.3)
    
    115 114
       # Allow symbol visibility settings also on static libraries. CMake < 3.3
    


  • reply via email to

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