Changed project name to make sense
This commit is contained in:
parent
c7eb07a9d1
commit
a891650679
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
cmake_minimum_required(VERSION 3.10)
|
cmake_minimum_required(VERSION 3.10)
|
||||||
project(bacstat)
|
project(hello-world)
|
||||||
|
|
||||||
# set(CMAKE_VERBOSE_MAKEFILE ON)
|
# set(CMAKE_VERBOSE_MAKEFILE ON)
|
||||||
set(CMAKE_C_COMPILER riscv-none-embed-gcc)
|
set(CMAKE_C_COMPILER riscv-none-embed-gcc)
|
||||||
|
|
Loading…
Reference in a new issue