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:
Khushboo Mehta 2022-02-11 10:30:13 +01:00 committed by Khushboo-dev-cpp
parent 426b230b3a
commit 9aa9101bbe
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.14) cmake_minimum_required(VERSION 3.20)
project(status-desktop project(status-desktop
VERSION 0.1.0 VERSION 0.1.0