mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 15:24:39 +00:00
fix: Add a min cmake version for the cpp app so that the user is prompted to install the latest cmake version instead of getting an ambiguous error
This commit is contained in:
parent
426b230b3a
commit
9aa9101bbe
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.14)
|
||||
cmake_minimum_required(VERSION 3.20)
|
||||
|
||||
project(status-desktop
|
||||
VERSION 0.1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user