1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: increase minimal required cmake version
Index: cpu-features/cmake/googletest.CMakeLists.txt.in
===================================================================
--- cpu-features.orig/cmake/googletest.CMakeLists.txt.in 2025-11-10 12:09:05.000000000 +0100
+++ cpu-features/cmake/googletest.CMakeLists.txt.in 2025-11-10 12:17:43.862385173 +0100
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.2)
+cmake_minimum_required(VERSION 3.12)
project(googletest-download NONE)
@@ -10,4 +10,4 @@
BUILD_COMMAND ""
INSTALL_COMMAND ""
TEST_COMMAND ""
-)
\ No newline at end of file
+)
|