cmake_minimum.patch raw

   1  build: set minimum required CMake to 3.12
   2  
   3  --- a/CMakeLists.txt
   4  +++ b/CMakeLists.txt
   5  @@ -109,7 +109,7 @@
   6   # FreeType explicitly marks the API to be exported and relies on the compiler
   7   # to hide all other symbols. CMake supports a C_VISBILITY_PRESET property
   8   # starting with 2.8.12.
   9  -cmake_minimum_required(VERSION 2.8.12)
  10  +cmake_minimum_required(VERSION 3.12)
  11  
  12   if (NOT CMAKE_VERSION VERSION_LESS 3.3)
  13     # Allow symbol visibility settings also on static libraries. CMake < 3.3
  14