downgrade minimal cmake version requirement
This commit is contained in:
parent
f53c8606df
commit
393f60f1bf
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.30)
|
||||
cmake_minimum_required(VERSION 3.28)
|
||||
|
||||
project(larra
|
||||
VERSION 0.1
|
||||
|
|
Loading…
Reference in a new issue