mirror of
https://github.com/google/cpu_features.git
synced 2025-10-19 08:10:51 +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)
|
||||
|
||||
@@ -12,4 +12,4 @@ ExternalProject_Add(googletest
|
||||
BUILD_COMMAND ""
|
||||
INSTALL_COMMAND ""
|
||||
TEST_COMMAND ""
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user