1
0
Fork 0
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:
Henrik Hautakoski 2020-02-26 16:21:18 +01:00
parent e099ba1ed3
commit d4cea8f9cd

View file

@ -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)