mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-03 11:53:41 +02:00
CMake: set minimum version to 3.15 (this version support cmake --install)
This commit is contained in:
parent
e099ba1ed3
commit
d4cea8f9cd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.4)
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
# Project name and version
|
||||
project(eosio-keygen VERSION 1.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue