1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +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 committed by Henrik Hautakoski
parent e099ba1ed3
commit 787c5e4bf5

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)