Bump minimum CMake version to 3.10
This commit is contained in:
parent
a6a0f80b12
commit
a7dcbb143e
5 changed files with 5 additions and 5 deletions
2
src/3rdparty/libethash/CMakeLists.txt
vendored
2
src/3rdparty/libethash/CMakeLists.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.5)
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
project (ethash C)
|
||||
|
||||
set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -Os")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue