1
0
mirror of https://github.com/google/cpu_features.git synced 2025-10-19 16:20:50 +02:00

cmake: Fix googletest build

note: googletest require cmake 3.16 as its minimum
This commit is contained in:
Corentin Le Molgat
2025-10-13 17:39:57 +02:00
committed by Mizux Seiha
parent 822b9a6cea
commit d8680367ef

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.2)
cmake_minimum_required(VERSION 3.16)
project(googletest-download NONE)