cmake_minimum.patch raw

   1  build: set minimum required CMake to 3.16
   2  
   3  --- a/CMakeLists.txt
   4  +++ b/CMakeLists.txt
   5  @@ -33,7 +33,7 @@
   6   # Unlike most of Expat,
   7   # this file is copyrighted under the BSD-license for buildsystem files of KDE.
   8   
   9  -cmake_minimum_required(VERSION 3.1.3)
  10  +cmake_minimum_required(VERSION 3.16)
  11   
  12   # This allows controlling documented build time switches
  13   # when Expat is pulled in using the add_subdirectory function, e.g.
  14