mirror of
https://github.com/microsoft/GSL.git
synced 2025-03-23 05:44:19 -04:00
Set cmake_minimum_required to 3.10
CI checks are failing because the cmake version requires cmake minimum requires >= 3.10. This PR addresses that issue.
This commit is contained in:
parent
f8ec309118
commit
ed2ec200be
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.0.2)
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
project(googletest-download NONE)
|
||||
|
||||
include(ExternalProject)
|
||||
|
Loading…
x
Reference in New Issue
Block a user