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:

committed by
Mizux Seiha

parent
822b9a6cea
commit
d8680367ef
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 2.8.2)
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
project(googletest-download NONE)
|
||||
|
||||
|
Reference in New Issue
Block a user