mirror of
https://github.com/status-im/evmc.git
synced 2025-02-22 07:58:19 +00:00
cmake: Bump minimum required version to 3.10
- We are using GoogleTest module introduced in 3.9. - None of Debian / Ubuntu distributions versions provides CMake 3.9. The 3.10 is selected because this is the version provided in Ubuntu 18.04 LTS.
This commit is contained in:
parent
651b7714f5
commit
91ed52eb79
@ -2,7 +2,7 @@
|
||||
# Copyright 2016-2019 The EVMC Authors.
|
||||
# Licensed under the Apache License, Version 2.0.
|
||||
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
|
||||
if(POLICY CMP0074)
|
||||
cmake_policy(SET CMP0074 NEW)
|
||||
|
Loading…
x
Reference in New Issue
Block a user