From a891650679f5f72915f1619ad283900cf686dd7c Mon Sep 17 00:00:00 2001 From: Logan G Date: Wed, 9 Aug 2023 23:36:21 -0600 Subject: [PATCH] Changed project name to make sense --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f5c156..52f8f27 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.10) -project(bacstat) +project(hello-world) # set(CMAKE_VERBOSE_MAKEFILE ON) set(CMAKE_C_COMPILER riscv-none-embed-gcc)