mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2024-12-28 04:23:38 +01:00
cmake: set minimum version to 3.15
This commit is contained in:
parent
1e7e2c656b
commit
412d0f5623
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
project(FxLibc VERSION 1.0.0 LANGUAGES C ASM)
|
project(FxLibc VERSION 1.0.0 LANGUAGES C ASM)
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
|
|
Loading…
Reference in a new issue