diff '--color=auto' -Naur graphite2-1.3.14/CMakeLists.txt graphite2-1.3.14.new/CMakeLists.txt --- graphite2-1.3.14/CMakeLists.txt 2020-04-01 04:53:13.000000000 +0200 +++ graphite2-1.3.14.new/CMakeLists.txt 2025-05-06 10:30:56.926170920 +0200 @@ -1,5 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.0 FATAL_ERROR) -cmake_policy(SET CMP0012 NEW) +cmake_minimum_required(VERSION 3.5.0) include(TestBigEndian) find_package(PythonInterp 3.6) project(graphite2) diff '--color=auto' -Naur graphite2-1.3.14/gr2fonttest/CMakeLists.txt graphite2-1.3.14.new/gr2fonttest/CMakeLists.txt --- graphite2-1.3.14/gr2fonttest/CMakeLists.txt 2020-04-01 04:53:13.000000000 +0200 +++ graphite2-1.3.14.new/gr2fonttest/CMakeLists.txt 2025-05-06 10:30:29.062712742 +0200 @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.5.0) project(gr2fonttest) diff '--color=auto' -Naur graphite2-1.3.14/src/CMakeLists.txt graphite2-1.3.14.new/src/CMakeLists.txt --- graphite2-1.3.14/src/CMakeLists.txt 2020-04-01 04:53:13.000000000 +0200 +++ graphite2-1.3.14.new/src/CMakeLists.txt 2025-05-06 10:30:29.060770850 +0200 @@ -19,7 +19,7 @@ # Suite 500, Boston, MA 02110-1335, USA or visit their web page on the # internet at http://www.fsf.org/licenses/lgpl.html. -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.5.0) project(graphite2_core) cmake_policy(SET CMP0012 NEW) INCLUDE(CheckCXXSourceCompiles) diff '--color=auto' -Naur graphite2-1.3.14/tests/bittwiddling/CMakeLists.txt graphite2-1.3.14.new/tests/bittwiddling/CMakeLists.txt --- graphite2-1.3.14/tests/bittwiddling/CMakeLists.txt 2020-04-01 04:53:13.000000000 +0200 +++ graphite2-1.3.14.new/tests/bittwiddling/CMakeLists.txt 2025-05-06 10:30:29.072297681 +0200 @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.5.0) project(bits) include(Graphite) include_directories(${graphite2_core_SOURCE_DIR}) diff '--color=auto' -Naur graphite2-1.3.14/tests/json/CMakeLists.txt graphite2-1.3.14.new/tests/json/CMakeLists.txt --- graphite2-1.3.14/tests/json/CMakeLists.txt 2020-04-01 04:53:13.000000000 +0200 +++ graphite2-1.3.14.new/tests/json/CMakeLists.txt 2025-05-06 10:30:29.073157338 +0200 @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.5.0) project(jsontest) include(Graphite) include_directories(${graphite2_core_SOURCE_DIR}) diff '--color=auto' -Naur graphite2-1.3.14/tests/sparsetest/CMakeLists.txt graphite2-1.3.14.new/tests/sparsetest/CMakeLists.txt --- graphite2-1.3.14/tests/sparsetest/CMakeLists.txt 2020-04-01 04:53:13.000000000 +0200 +++ graphite2-1.3.14.new/tests/sparsetest/CMakeLists.txt 2025-05-06 10:30:29.065529500 +0200 @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.5.0) project(sparsetest) include(Graphite) include_directories(${graphite2_core_SOURCE_DIR}) diff '--color=auto' -Naur graphite2-1.3.14/tests/utftest/CMakeLists.txt graphite2-1.3.14.new/tests/utftest/CMakeLists.txt --- graphite2-1.3.14/tests/utftest/CMakeLists.txt 2020-04-01 04:53:13.000000000 +0200 +++ graphite2-1.3.14.new/tests/utftest/CMakeLists.txt 2025-05-06 10:30:29.064640398 +0200 @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.5.0) project(utftest) include(Graphite) include_directories(${graphite2_core_SOURCE_DIR})