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…
Reference in New Issue